سؤال

In my application I have a Tabbar Controller which contains 6 views. The second view is a Navigation Controller which contains 2 other views. Now I want these 2 views to not show the tabbar form the Tabbar Controller which contains all these views. Is this possible with storyboard or in my whole view structure incorrect?

EDIT It is basically the same when you press on a user in the app WhatsApp from the Chats tab and you go to the chatview for that user.

هل كانت مفيدة؟

المحلول

[segue.destinationViewController setHidesBottomBarWhenPushed:YES];

did the trick.

So when a user clicks on tab 2 a tableview shows up. Then when clicking one a cell a new view shows up without the tabbar.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top