UITabBarItem
INDEX>UIKit> タブバー項目のクラスです。 継承 UIBarItem : NSObject 準拠 UIAppearance (UIBarItem) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 2.0 定義 UITabBarItem.h 概要 フレームワーク UIKit タ…
タブバーのシステムアイコン定数 typedef enum { UITabBarSystemItemMore, UITabBarSystemItemFavorites, UITabBarSystemItemFeatured, UITabBarSystemItemTopRated, UITabBarSystemItemRecents, UITabBarSystemItemContacts, UITabBarSystemItemHistory, UI…
INDEX>UIKit>UITabBarItem 指定した画像、タイトルを使ってタブバーアイテムを初期化して返します。 -(id)initWithTitle:(NSString *)title image:(UIImage *)image tag:(NSInteger)tag 解説 指定した画像、タイトルを使ってタブバーアイテムを初期化して返…
INDEX>UIKit>UITabBarItem システムに登録されているアイコンを使ってタブバーアイテムを初期化して返します。 -(id)initWithTabBarSystemItem:(UITabBarSystemItem)systemItem tag:(NSInteger)tag 解説 システムに登録されているアイコンを使ってタブバーア…
INDEX>UIKit>UITabBarItem タブバーアイテムにつけるバッジ @property(nonatomic, copy) NSString *badgeValue 解説 タブバーアイテムにつけるバッジ フレームワーク UIKit クラス UITabBarItem Property 使用可能 iPhone2.0 参照 「iPhoneプログラミングUIK…