我無法找到任何提及一個「通知」添加到一個圖標,優選成中的UITabBar一樣,等附接的圖像,數字8通知圖標
我想我不必創建手動把所有的數字放在一個圓圈內,或者每次我需要手動更新圖像並使用我的一些圖標創建它時?
謝謝,
r。
我無法找到任何提及一個「通知」添加到一個圖標,優選成中的UITabBar一樣,等附接的圖像,數字8通知圖標
我想我不必創建手動把所有的數字放在一個圓圈內,或者每次我需要手動更新圖像並使用我的一些圖標創建它時?
謝謝,
r。
退房的UITabBarItem
的badgeValue
property。
使用此:
self.newsTabBarItem = (UITabBarItem *)[stTabBarController.tabBar.items objectAtIndex:1];
self.friendsTabBarItem = (UITabBarItem *)[stTabBarController.tabBar.items objectAtIndex:2];
UITabBarItem *item = [self.tabBarController.tabBar.items objectAtIndex:0];
item.badgeValue = @"8";
謝謝,我沒有找到UITabBarItem類參考:-( 河 – mongeta 2010-02-15 10:21:07