标签: ios objective-c iphone
我有一个问题,使用此代码: http://pastebin.com/4D6hmAQh
标题栏显示成功(标题为aFaire)但标签栏未显示。
如何以编程方式显示标签栏?
答案 0 :(得分:0)
您已覆盖loadView的{{1}}方法,并且您不会调用RootViewController语句。但是,[super loadView]需要通过UITabBarController方法初始化其tabBar。所以你必须致电loadView。
loadView
RootViewController
[super loadView]
UITabBarController
tabBar