Questions tagged as 'ios'

2
answers

How do I make an Alert message UIAlertController

Good, How do I make an alert? the way I did it seems to be all right except for the function error. Some help, thank you in advance.     
asked by 09.10.2016 / 01:28
1
answer

How to use an iOS simulator in a Windows 10 environment for an iOS Xamarin.Forms project

What do I need to install to publish a project Xamarin.Forms.iOS in an iOS simulator? I'm using a machine with: Windows 10 Visual Studio 2015 Whenever I try to run a project from Xamarin.Forms.iOS it appears a message: No remotely accessib...
asked by 02.03.2017 / 16:56
1
answer

Complete Range Argument in Swift 3.0

I was normally using this code in a Swift 2.0 project, then I decided to update the project to version 3.0 and adapt some functions that have changed ... Only the last "range" argument I can not adapt. Swift 2.0 code: if let range = string....
asked by 26.07.2016 / 00:56
1
answer

How to check if the user is connected to the internet (wifi and mobile data) - Swift

I am using the following code to check if the user is connected to the internet: if Reachability.isConnectedToNetwork() == true { } else { let alert = UIAlertView(title: "Sem ligação à Internet", message: "Para aceder ne...
asked by 16.06.2016 / 14:44
2
answers

Where do I find applications projects made in phonegap ready for editing?

Where can I find applications projects for IOS and / or Android completely ready? That you can customize, edit them and if possible already with communication with web server, without having to make one from scratch.     
asked by 26.04.2016 / 17:02
1
answer

Delete a TableView + CoreData row

I'm creating an application with tables and persistence with CoreData , but when I ask to delete a line it does not disappear completely from the screen, leaving the symbol ... disappearing only when I go to a second screen and I go back....
asked by 06.06.2016 / 19:01
1
answer

Override returns error in secondary ViewController in Swift2

I'm getting this message below when trying to swipe into a cell in a TableView. Reminding me that I'm doing this in a viewcontroller file and not in a tableViewController. Is it possible?    Method does not override any method from ist superc...
asked by 08.07.2016 / 21:58
1
answer

Monitor real-time users IOS [closed]

Someone would know how to respond to the best way to get a real-time location of a user via GPS in IOS, I'm not sure if it would be correct for me to get the user's location every 10 seconds and make a request with the Web Service updating your...
asked by 14.12.2015 / 20:54
1
answer

Application name does not appear after download from APP Store

I developed an application in BUILDER APP and published in APP STORE, but in the last update I noticed that now, when you download the application, it appears with the icon and no name in the mobile phones (all versions of IOS) Does anyone kn...
asked by 23.10.2015 / 20:33
1
answer

performFetchWithCompletionHandler not being called into production

I'm implementing an app in Swift 2 that makes requests to an xml feed from time to time, and triggers a local notification. For that, I'm using the performFetchWithCompletionHandler method in AppDelegate. Locally, using my device, the met...
asked by 09.10.2015 / 23:54