Yogesh Agarwal
Yogesh Agarwal

Reputation: 2630

Tabbar as main view (left side) of splitview controller

Just like the Dropbox app for iPad I want to add Tabbar in the main view controller of splitview.. wondering what is the best way to achieve this?

Checkout the screen grab of ipad dropbox app... I am referring to the tabbar used on bottom left.

image of dropbox iPad app. I am referring to the tabbar at bottom left of the screen

Upvotes: 0

Views: 2225

Answers (1)

Sergey Mikhanov
Sergey Mikhanov

Reputation: 8960

Select the Navigation Controller of your Split View Controller in Xcode and in the properties panel it will give you checkboxes to enable/disable top navigation bar and bottom toolbar for it (Dropbox app in your screenshot have both, so you should check both of them if you need the same layout).

Upvotes: 2

Related Questions