开发者

UIViewController and UITabBARController

When I first launch the apps, I want it not to show the tab bar. Then after the user logins, it brings the tab bar. So how can I do this? Do I just hide the tab bar at first place then after the login succeed I will show 开发者_Python百科the tab bar or I should have a UITabBarController inside the UIViewController for the first time?


If you push a modal controller over the tab bar to do the login it will cover the tabs.

[self presentModalViewController:loginViewController animated:YES]
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜