我有一個應用程序,其中我有一個activationView
。應用程序激活後,我需要在選項卡中顯示其餘的視圖。我GOOGLE了,發現要在iPhone中使用Tabs,應用程序必須是Tab Bar Application
,我的應用程序不符合我的要求。實現選項卡的最佳方式是什麼(在應用中的第二個視圖中)?解決多個標籤問題
編輯1
代碼我已經試過
/* tabsController = [[Tabs alloc] init];
[self.window setRootViewController:tabsController];*/
AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication]delegate]; appDelegate.window.rootViewController = tabsController;
我已經嘗試了這些方法,但我得到一個純白色的視圖。
嗨,你可以按照我的答案...如果你需要任何幫助,然後自由聯繫.. http://stackoverflow.com/questions/12460013/remove-uitabbar-controller/12460244#12460244 – Rajneesh071
或http:///stackoverflow.com/questions/12018652/adding-uitabbarcontroller-to-a-uiviewcontroller/12019226#12019226 – Rajneesh071