开发者

Tabbar as main view (left side) of splitview controller

开发者 https://www.devze.com 2023-04-01 14:07 出处:网络
Just like the Dropbox app for iPad I want to add Tabbar in the main view controller of splitview.. wondering what开发者_StackOverflow社区 is the best way to achieve this?

Just like the Dropbox app for iPad I want to add Tabbar in the main view controller of splitview.. wondering what开发者_StackOverflow社区 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.

Tabbar as main view (left side) of splitview controller


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消