ios - UISplitViewController inside tab bar -


i have app has login screen , when user logs in, tab bar controller pushed. have views benefit fact apple allows using split view controller in ios devices, preparing implement when read uisplitviewcontroller must root view controller. wondering if possible make view in 1 of tabs become master-detail view using uisplitviewcontroller or need implement manually?

in case not possible show split view tab, pushed tab bar controller? (e.g. user taps row in table view , master-detail view appears).

you can embed uisplitviewcontroller inside uitabbarcontroller. i've done app released on app store. has 3 tabs , each 1 split view controller.

just drag out tab bar controller storyboard, delete 2 controllers added, drag out split view controller. control drag tab bar controller split view controller , select "view controllers" relationship segue.

on xcode versions less xcode 8, may see black or white bars @ top , bottom of split view controller in interface builder canvas, these not appear when app run on device.

enter image description here

here app running show split view embedded inside tab bar controller on iphone 6s plus:

enter image description here


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -