I have a game that I have made that I save some data in "localstorage", but apparently the iOS operating system does a cleaning from time to time and you never know when this cleaning will be.
This is a serious problem for my game because it...
Hello my problem is the following I have several cells created, with their respective titles each, but when I try to add more iten to each cell I get error, or does not present the value in the cell this is an example of the app
The questi...
I have an App where I send to place locations with their respective Annotations . I managed to change the image of the pin, but I see that all the images are changed.
What I would like to do is show a different image for each group of locati...
I'm having problems doing 'Build and Run the scheme' in xcode to pass the project to an iPhone 4s device and test what I'm developing, from one day to the next it has stopped working and I have not touched anything on the project configuration...
I am learning how to program in ios and I'm following some manuals .
I'm trying to connect a label put in storyboard with the code, for that I open the AssistantEditor and with the secondary mouse I drag to the area of the code...
I would like to know if there is a way to go back to the previous UINavigationController so that I do not have to re-instantiate it, this is because I want to pass a variable to the previous view controller and then go to it without nee...
I try to play the audio of a link when I press a certain button, but nothing is heard. This is my code:
@IBAction func Reproducir(sender: AnyObject) {
let urlString = "http://elpenitente.playcofrade.com/marchas/\(pasarid).mp3"
let url...
I am new to the development of applications for IOS and I am using swift, I need to generate a Json array like this:
{
"PaymentItems": [
{
"id": "1",
"paid": false
},
{
"id": "2",
"paid": false
},...
Hello I need to pass a String to Double , in this case the data will be passed from one ViewController to another via prepareForSegue and the < strong> Double I will use it to center a map in the position that you gave it by variable.
ov...