Top "Ios10" questions

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

Timer.scheduledTimer Swift 3 pre-iOS 10 compatibility

I need to schedule a Timer for firing a function every second but I see that in Xcode 8 beta 3 the …

ios swift ios9 ios10 xcode8-beta3
ERROR ITMS - 90167 No. app bundles found in the package

Before I start writing about the error, I'm running on macOS Sierra and using Xcode 7.3.1. So I'm creating an Archive …

xcode7 ios10 macos-sierra
What is 'Vary for Traits' in Xcode 8?

I am using AutoLayout and Size classes, but with release of iOS 10 and new Xcode 8.0, there is one new option …

ios xcode8 ios10 ios-autolayout
Check internet connection (iOS 10)

For iOS 9 I was using Reachability public class to check wether the device is connected to the internet or not. …

swift3 ios10 internet-connection
iOS 10 doesn't print NSLogs

Nothing prints from NSLog on Xcode 8.0 beta (8S128d). printf is unchanged Here's my code: NSLog(@"hello from NSLog"); printf("…

ios xcode nslog xcode8 ios10
Difficulties converting to Swift 3

After converting from Swift 2 to Swift 3 (even after converting edit-> convert -> to current swift syntax) I am …

swift swift3 xcode8 ios10
Add Local Notification in iOS 10 - Swift 3

So I been trying to add a notification to the new UNUserNotificationCenter, but I don't seem to get it. My …

swift swift3 uilocalnotification ios10 unusernotificationcenter
Model is running iOS 10.2 (14C92), which may not be supported by this version of Xcode

I am facing this error, i am done with research on that. I conclude the result, i need one file …

xcode8 ios10 xcode10 ios12 ios11.3
openURL: deprecated in iOS 10

Apple with iOS 10 has deprecated openURL: for openURL:option:completionHandler If I have: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://www.…

ios objective-c nsurl ios10
Push notification issue with iOS 10

I've developed one application in that i've implemented push notification. Currently it's live on apple store. Upto iOS 9 push is …

ios push-notification ios10