macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UITabBar

UITabBarクラス

INDEX>UIKit> タブバーのクラスです。 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) UIAppearance (UIView) UIAppearanceContainer (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS…

setItems:animated:

-(void)setItems:(NSArray *)items animated:(BOOL)animated 解説 返り値 ( void ) 引数 ( NSArray * )items ( BOOL )animated フレームワーク UIKit クラス UITabBar Instance Methods 使用可能 iPhone2.0 参照 例文

isCustomizing

解説 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UITabBar Instance Methods 使用可能 iPhone2.0 参照 例文

endCustomizingAnimated:

-(BOOL)endCustomizingAnimated:(BOOL)animated 解説 返り値 ( BOOL ) 引数 ( BOOL )animated フレームワーク UIKit クラス UITabBar Instance Methods 使用可能 iPhone2.0 参照 例文

beginCustomizingItems:

-(void)beginCustomizingItems:(NSArray *)items 解説 返り値 ( void ) 引数 ( NSArray * )items フレームワーク UIKit クラス UITabBar Instance Methods 使用可能 iPhone2.0 参照 例文

selectedItem

INDEX>UIKit>UITabBar タブバーの選択中の項目 @property(nonatomic, assign) UITabBarItem *selectedItem 解説 タブバーで選択中の項目 フレームワーク UIKit クラス UITabBar Property 使用可能 iPhone2.0 参照 例文

items

解説 @property(nonatomic, copy) NSArray *items 返り値 引数 フレームワーク UIKit クラス UITabBar Property 使用可能 iPhone2.0 参照 例文

delegate

解説 @property(nonatomic, assign) id delegate 返り値 引数 フレームワーク UIKit クラス UITabBar Property 使用可能 iPhone2.0 参照 例文