QuickBirdEng / XCoordinator-Example

XCoordinator-Example serves as an MVVM-C example app for XCoordinator
https://github.com/quickbirdstudios/XCoordinator
MIT License
64 stars 14 forks source link

Split View Controller Example #12

Open chriskilpin opened 4 years ago

chriskilpin commented 4 years ago

Hi Guys, I was wondering if someone could help. I am trying to implement a SplitViewController similar to how the settings app on the iPad works. Do you guys have an example of that? The example you have inside the repo has a split view which has independent navigation controllers which don't effect each other.

Thanks in Advance