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 by pushing the secondary view controller onto its navigation stack. 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”> Which makes sense given the notification is about a zone Read more