我有我的界面完全佈局與故事板(包括UITabBarController和所有相應的意見)。setFinishedSelectedImage:withFinishedUnselectedImage:+ Storyboards
現在來定製選項卡欄。由於我的圖標已經設置爲正確的顏色,因此我不能使用[[UITabBar appearance] setTintColor:]
(它只是看起來不對)。
原來我應該在特定的UITabBarItem上使用setFinishedSelectedImage:withFinishedUnselectedImage:
。
是否有可能從AppDelegate(我的全局定製發生的其餘部分)使用此方法? AppDelegate如何知道要定位哪個UITabBar?
如果相反,我應該從定製每個UIViewController中每個UITabBarItem,我該如何引用UITabBar(或「根視圖控制器」?),然後具體的項目從UIViewController的?
任何幫助將不勝感激。 謝謝!
中的TabBar項刪除圖像既然你報上我的回答您的問題作爲已接受的回答,請使用複選標記按鈕將其作爲正確答案接受。謝謝。 – DTs 2014-02-21 00:59:21