Top "Ios10" questions

iOS 10 is the tenth version of Apple's iOS mobile operating system.

NSFetchRequest Core Data Swift 3 Backward compatibility

I have converted my code in swift 3. I am using core data in my application. As you know, NSFetchRequest has …

ios core-data swift3 nsfetchrequest ios10
iOS 10 app crashes when trying to save image to photo library

I'm trying to save an image to the photo library in Swift 3 (I'm working with Xcode 8). ViewController Code: func shareImage(…

swift ios10 xcode8 uiactivityviewcontroller save-image
ios10: viewDidLoad frame width/height not initialized correctly

Since upgrading to XCode8 GM and ios10, all of my views created via Interface Builder are not being initialized correctly …

objective-c autolayout frame ios10 xcode8
POST request error: NSURLConnection HTTP load failed iOS 10

I'm new to iOS programming. I want to connect my app to my web service (HTTPS). Why is XCode telling …

swift3 ios10 nsurlsession app-transport-security xcode8.2
cancelAllLocalNotifications not working in iOS10

I want to remove all previous local notification from NotificationCenter when adding new notifications. But it is working in iOS9.0 …

ios swift uilocalnotification ios10
Xcode 8 forces to 'Choose an initial device view'

I currently updated to Xcode 8 GM. When I try to see my storyboard, above window pops up and there's no …

ios10 xcode8
ios10 custom push notification sound not playing

I am currently running iOS 10 beta 8 with Xcode 8.0 beta 6 and the custom sound does not play when I receive a …

apple-push-notifications ios10
iOS 10 heading arrow for MKUserLocation dot

The Maps app in iOS 10 now includes a heading direction arrow on top of the MKUserLocation MKAnnotationView. Is there some …

ios mkmapview ios10 mkuserlocation
iOS 10, NSUserDefaults Does Not Work

I try to write/read values to/from [NSUserDefaults standardUserDefaults], but it seems not to work. My code is: [[NSUserDefaults …

ios objective-c nsuserdefaults xcode8 ios10
iOS 10: How to debug a Today Widget - "Unable to load" message

It seems to me that whenever a Today Widget crashes for any reason it displays the "Unable to load" message (…

ios xcode swift3 ios10 ios10-today-widget