2012-07-22 24 views

回答

2

我發現這個解決方案:

UIImage* emptyImage = [UIImage imageNamed:@"empty.png"]; 
[[UITabBar appearance] setSelectionIndicatorImage:emptyImage]; 

selectionIndicatorImage現在是空的!

看起來不錯!

謝謝大家。

+0

您可以使用此類別創建一個空的圖像:http://ioscodesnippet.com/2011/08/22/creating-a-placeholder-uiimage-dynamically-with-color/ – 2014-06-01 07:02:49