Questions tagged as 'ios'

2
answers

Notifications do not reach the device

How about, I have a problem, I try to send notifications from php to ios, I already did all the steps and testing it with an APN Tester program if everything goes well, when I try to send from PHP I get it sent correctly but do not reach the iPh...
asked by 29.09.2016 / 23:41
1
answer

Error Slim Swift 2

I have a native iOS application, in which I must consume a web service where I send a photo in base 64 to the backend in php with slim framework but I return the following error on the code 64 of the image: recoverable error: Corrupt JPEG...
asked by 01.06.2016 / 22:23
1
answer

variable declaration Dictionary swift

I have a function to obtain the coordinates according to address. I have to declare a variable as dictionary to transform a result into json. var error: NSError? let dictionary: Dictionary<NSObject, AnyObject> = NSJSONSerializ...
asked by 19.03.2016 / 01:31
1
answer

Estimated time with traffic

Is there a way to know the estimated time between 2 CLLocations and that traffic is taken into account in that calculation?     
asked by 02.04.2016 / 14:04
1
answer

Border radius Swift Ios

How can I set a border radius to a UIView in swift , but only in the top part, below it has to be straight I currently have this: caja!.layer.cornerRadius = 7.5 but it shows me the border in the whole box Any solution?...
asked by 22.07.2016 / 11:39
1
answer

Getting a UIImageview to fill the entire screen

I am working with TableViewControllers and in my first TableView I have decided that I should see an image that occupies the whole length and width of the screen in such a way that it does not show what is behind if not until the image disappear...
asked by 30.04.2016 / 00:43
1
answer

Select devices that are not compatible with an app on swift 4

I have a question, I am developing an app in siwft 4, however the app that is developed does not have the IPad objective, there is a way to show an alert or something or to not let the app install if it is detected what is an IPad? Thanks in adv...
asked by 05.01.2019 / 03:49
1
answer

How does NSFetchedResultsController and its delegate work?

As the question correctly says, I want to know how NSFetchedResultsController works and why use delegate methods instead of tableView.reloadData . I am using them to build a TableView but it is not good at all, when loadin...
asked by 20.05.2016 / 19:31
1
answer

Problem with react-native-image-picker on ios

I am using this library (react-native-image-picker) in an app that I am developing in the work and I do not finish getting it to work in ios. When I click on the component button I get the option to choose between the gallery of the iphone an...
asked by 04.01.2019 / 13:33
0
answers

RealmSwift Dependency in pod spec

I have a project in which I used Realm, which has been installed by pruning (pod 'RealmSwift'). Now, I want to make a private pod of the product and put RealmSwift as a dependency to install when someone installs my pod. I get the followin...
asked by 21.12.2018 / 08:41