macOS/iOS API解説

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

目次

UINavigationBar

UINavigationBarクラス

INDEX>UIKit> クラスの説明 apple 継承 UIView : UIResponder : NSObject 準拠 NSCoding NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 2.0以降 定義 UINavigationBar.h 解説 概要 タスク…

setItems:animated:

INDEX>UIKit>UINavigationBar -(void)setItems:(NSArray *)items animated:(BOOL)animated 解説 (void)setItems:(NSArray *)items animated:(BOOL)animated 返り値 ( void ) 引数 ( NSArray * )items ( BOOL )animated フレームワーク UIKit クラス UINaviga…

pushNavigationItem:animated:

INDEX>UIKit>UINavigationBar -(void)pushNavigationItem:(UINavigationItem *)item animated:(BOOL)animated 解説 (void)pushNavigationItem:(UINavigationItem *)item animated:(BOOL)animated 返り値 ( void ) 引数 ( UINavigationItem * )item ( BOOL )a…

popNavigationItemAnimated:

INDEX>UIKit>UINavigationBar -(UINavigationItem *)popNavigationItemAnimated:(BOOL)animated 解説 (UINavigationItem *)popNavigationItemAnimated:(BOOL)animated 返り値 ( UINavigationItem * ) 引数 ( BOOL )animated フレームワーク UIKit クラス UIN…

translucent

INDEX>UIKit>UINavigationBar 解説 @property(nonatomic,assign,getter=isTranslucent) BOOL translucent 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UINavigationBar Property 使用可能 iPhone3.0 参照 例文

topItem

INDEX>UIKit>UINavigationBar 解説 @property(nonatomic, readonly, retain) UINavigationItem *topItem 返り値 ( UINavigationItem * ) 引数 フレームワーク UIKit クラス UINavigationBar Property 使用可能 iPhone2.0 参照 例文

tintColor

INDEX>UIKit>UINavigationBar ナビゲーションバーの背景色のプロパティ @property(nonatomic, retain) UIColor *tintColor 解説 フレームワーク UIKit クラス UINavigationBar Property 使用可能 iPhone2.0 参照 例文

items

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

delegate

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

barStyle

INDEX>UIKit>UINavigationBar 解説 @property(nonatomic, assign) UIBarStyle barStyle 返り値 引数 フレームワーク UIKit クラス UINavigationBar Property 使用可能 iPhone2.0 参照

backItem

INDEX>UIKit>UINavigationBar 解説 @property(nonatomic, readonly, retain) UINavigationItem *backItem 返り値 引数 フレームワーク UIKit クラス UINavigationBar Property 使用可能 iPhone2.0 参照