Top "Ios10" questions

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

iOS 10 How to view a list of pending notifications using UNUserNotificationCenter?

Solution Code: let center = UNUserNotificationCenter.current() print(center.getPendingNotificationRequests(completionHandler: { error in // error handling here })) My original post: I am …

ios swift3 ios10 unusernotificationcenter
Contact Address book crash on iOS 10 beta

When click on any contacts in address book (inside my app) it's crashing on iOS 10 beta and working fine on …

ios contacts addressbook ios10
FB Login using Swift 3 not returning any values and not get back the user to the App after successful login

I'm using iOS 10 Swift 3 to integrate FB Login. I have followed all steps from Facebook documentation. Now the issue is, …

ios swift facebook-ios-sdk swift3 ios10
Handling AutoLayout constraint animation differences in iOS 10?

I've noticed that in iOS 10 Beta 5 (about to try Beta 6), AutoLayout constraint animation behaves a bit differently. For example, this …

animation autolayout uikit nslayoutconstraint ios10
The "prefs" URL Scheme is not working in iOS 10 (Beta 1 & 2)

I can't get the "prefs" URL Scheme to work in iOS 10 (Beta 1). It's set up correctly since the same App …

swift url-scheme ios10
Image from attachment from Local notification is not shown in UNNotificationContentExtension

I've been working on rich notification experience which has been introduced in iOS10 and stuck with passing images as attachments …

ios swift ios10 unnotificationattachment
MFMailComposeViewController error [MC] Filtering mail sheet accounts for bundle ID

I do the standard functionality of sending messages with MFMailComposeViewController. My code: if MFMailComposeViewController.canSendMail() { let mail = MFMailComposeViewController() mail.mailComposeDelegate = …

swift ios10 mfmailcomposeviewcontroller
Adaptive Layout in Xcode 8

I am developing app using Xcode 8 (beta 1). Unfortunately, I am not able to find "Size Classes" option. In Xcode 7, there …

ios xcode xcode8 ios10 adaptive-layout
Today Extension: How to work with display mode?

Widgets now include the concept of display mode (represented by NCWidgetDisplayMode), which lets you describe how much content is available …

xcode swift expand today-extension ios10
Xcode 8 iOS 10 non stop device logs

My Xcode 8 device log from an iOS 10 iPhone 6s+ is printing the following lines non continuously and I can't stop …

xcode ios10