Default behaviour of UISplitViewController collapseSecondaryViewController

The documentation for UISplitViewControllerDelegate collapseSecondaryViewController says: When you return NO, the split view controller calls the collapseSecondaryViewController:forSplitViewController: method of the primary view controller, giving it a chance to do something with the secondary view controller’s content. Most view controllers do nothing by default but the UINavigationControllerclass responds Read more

CKRecordZoneSubscription Notes

If you attempt to set desiredKeys on a notificationInfo for the new iOS 10 CKRecordZoneSubscription class, saving results in the runtime error: <CKError 0x17424b610: “Invalid Arguments” (12/2006); server message = “cannot add additionalFields to this subscription type”; uuid = 4E08C616-97AA-4E9A-B584-B7972B1CD99B; container ID = “iCloud.com.x”> Read more