屬於 Bar 的有
- Navigation bars
- Toolbars
- Tabbars
- (id)initWithTitle:(NSString *)title image:(UIImage *)image tag:(NSInteger)tag; - (id)initWithTabBarSystemItem:(UITabBarSystemItem)systemItem tag:(NSInteger)tag; |
typedef enum { UITabBarSystemItemMore, UITabBarSystemItemFavorites, UITabBarSystemItemFeatured, UITabBarSystemItemTopRated, UITabBarSystemItemRecents, UITabBarSystemItemContacts, UITabBarSystemItemHistory, UITabBarSystemItemBookmarks, UITabBarSystemItemSearch, UITabBarSystemItemDownloads, UITabBarSystemItemMostRecent, UITabBarSystemItemMostViewed, } UITabBarSystemItem; |
32 x 32 png 背景為透明。
How to Draw Pixel-Perfect iPhone Toolbar Icons
Generating icons for iPhone UITabBar
tabbaritem的png無法顯示
UIImage* aImage = [UIImage imageNamed:@"favorites.png"]; [self.tabBarItem setImage:aImage]; |
[self.tabBarItem setBadgeValue:@"100"]; |
原本 | 被選取時 | 沒被選取時 |
32 x 32 |
沒有留言:
張貼留言