I am porting an Android app to Swift IOS. The Android app currently employs a custom split pane view as a child activity. The functionality of the UISplitViewController fits the bill perfectly for the IOS app, however Apple state:
You cannot push a split view controller onto a navigation stack. Although it is possible to install a split view controller as a child in some other container view controllers, doing is not recommended in most cases. Split view controllers are normally installed at the root of your app’s window. For tips and guidance about ways to implement your interface,
Has anyone founs a way around this limitation using Swift?