Is there any acceptable way to use a subclass of 'UISplitViewController' for displaying a document selected with 'UIDocumentBrowserViewController' as both are apparently required to be root view controllers?
Post
Replies
Boosts
Views
Activity
Hello everyone,When we use `NSSplitView` in `AppKit`, we can set the `autosaveName` property to get divider's position restored for free.Is there any way to do the same with `HSplitView` and `VSplitView`?