Posts

Post not yet marked as solved
5 Replies
4.1k Views
If an app is deployed as a Managed App and the MDM has pushed out an app configuration, the app can query NSUserDefaults.standardUserDefaults for the key "com.apple.configuration.managed" and get the app config.But if the app has extensions, which have their own user defaults, is this MDM app config available for those extensions?
Posted Last updated
.
Post not yet marked as solved
0 Replies
1k Views
1. Create a brand-new project using the "Master Detail" template2. Edit the detail controller to add something - anything - to the navigationItem, e.g. a segmented control or a label to navigationItem.titleView. Or add buttons. Doesn't matter.3. Run the project on an iPad4. Bring in another app using the multitasking gestures; dock the app on the side (left or right).5. Slide the divider to change the size of the two apps. Make the UISVC collapse; then make it expand.6. Notice when expanding, the navigationItem from the Detail controller is gone. Poof!The expection is that the navigation bar and its items remains constant.
Posted Last updated
.