objective c - Replace both SplitView screens with one ViewController screen -
i can't seem find navigation use case ipad splitviewcontroller. using storyboard, have created splitviewcontroller shows master/detail , works great. detail view, want have button replaces entire splitviewcontroller (both master , detail screens) single viewcontroller.
ideally, navigation allow button function return splitviewcontroller i'm open other solutions long viewcontroller using full screen (i need every piece of screen real estate possible - , have popovers if of consequence solution).
i assume possible , sure i'm not first needs i've searched quite bit , found similar use cases, not exact.
here's current layout in storyboard:
- tabbarview
- splitview
- navigation
- master
- navigation > tableview
- detail
- master
- navigation
- splitview b
- navigation
- master
- navigation > tableview
- detail
- master
- navigation
- splitview
- full screen viewcontroller (where go in above structure?)
so need splitview b navigate full screen viewcontroller not yet integrated screen navigation tree because don't know or how placed in structure.
any suggestions on how setup storyboard and/or use custom code implement? have tried man different ways wire keep coming short of need.
Comments
Post a Comment