Questions tagged as 'ios'

2
answers

localStorage on iPad is reset from time to time

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...
asked by 11.05.2016 / 11:48
1
answer

uitableviewcontroler with titleForHeaderInsection

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...
asked by 25.07.2017 / 16:25
1
answer

Change image of Pins in Swift (MapView)

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...
asked by 29.05.2017 / 19:29
1
answer

Error doing 'Build and Run the scheme' in xcode

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...
asked by 01.12.2016 / 17:07
1
answer

Could not insert new outlet connection

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...
asked by 27.10.2016 / 12:42
3
answers

Internet connection IOS Xcode 7

Is it possible to disable the internet connection in the IOS simulator of xcode 7?     
asked by 13.06.2016 / 11:03
1
answer

How to return to the previous uinavigationcontroller

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...
asked by 14.03.2016 / 11:23
1
answer

My audio is not played with AVPlayer

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...
asked by 21.02.2016 / 18:02
1
answer

Array of the AnyObject type to a Json array using swift

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 },...
asked by 08.06.2016 / 06:20
2
answers

How to pass a variable from string to double in Swift 2.

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...
asked by 29.08.2016 / 21:56