我只在應用程序中使用Three20作爲圖庫。TTThumbsViewController + navigationController問題
當我從另一個視圖推動我的.. : TTThumbsViewController
時,導航欄不是我想要的顏色(按照我的應用程序的其餘部分)。我已根據this stackoverflow QA設置了TTDefaultStyleSheet
。有什麼特別的我必須做,因爲我只使用TTThumbsViewController?
還在頂部創建了額外空間的拇指視圖,就好像它爲導航控制器留出空間,而不知道已經存在。我如何告訴TTThumbsViewController
使用現有的uinavigationcontroller
?或者表現得好像它是?
MYThumbsViewController *mYThumbsViewController = [MYThumbsViewController alloc];
[self.navigationController pushViewController:mYThumbsViewController animated:YES];
問題圖形描述:
alt text http://www.imgplace.com/img594/1309/39testapp.png
謝謝!
感謝,工程巨大。 – michael 2010-04-24 08:00:38
>我想改變酒吧的風格,如果我給UIBarStyleBlackTranslucent以外的任何其他風格,那麼我會得到上述問題。謝謝。 – Warrior 2010-05-17 10:03:38