iOS10AdaptationTips icon indicating copy to clipboard operation
iOS10AdaptationTips copied to clipboard

for iOS10 in [ObjC, Swift, English, 中文] {...}

Results 3 iOS10AdaptationTips issues
Sort by recently updated
recently updated
newest added

Now while we use the new notifications framework, `repeats` option is Boolean. `var trigger = UNTimeIntervalNotificationTrigger.withTimeInterval(5.0, repeats: false)` But earlier, in UILocalNotification, we could specify different `repeatInterval`s. `localNotification.repeatInterval = .Minute`...

Thanks for the Objective C sample code, however when trying to run it under Xcode 8 and IOS 10 simulators there are lots of errors and a deprecation: - categoryWithIdentifier...