开发者

Push different view with no tab bar in UINavigation [like Photos app]

开发者 https://www.devze.com 2023-03-29 04:06 出处:网络
I have a UITabbarController with UItableViewController for each tabs, when I navigate down in a tableview Tab bar s开发者_JS百科till there, but I want to make detail view with no tab bar (just like ph

I have a UITabbarController with UItableViewController for each tabs, when I navigate down in a tableview Tab bar s开发者_JS百科till there, but I want to make detail view with no tab bar (just like photos app when you click on a photo tab bar disappear and replace with tool bar). How can I implement this kind of behavior ?


Have you tried self.hidesBottomBarWhenPushed = YES; where self is your DetailViewController? Try it before pushing the DetailViewController.

0

精彩评论

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