macOS/iOS API解説

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

目次

UIBarButtonItem

UIBarButtonItemクラス

INDEX>UIKit バーボタンのクラスです。 継承 UIBarItem : NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UIBarButtonItem.h 概要 フレームワーク UIKit 作成 ツールバーの作成 U…

UIBarButtonSystemItem

INDEX>UIKit>UIBarButtonItem バーボタンのシステムアイテム UIBarButtonSystemItem 解説 UIBarButtonSystemItemDone Done UIBarButtonSystemItemCancel キャンセル UIBarButtonSystemItemEdit 編集 UIBarButtonSystemItemSave 保存 UIBarButtonSystemItemAd…

customView

-()customView 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

width

-() width 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

possibleTitles

-()possibleTitles 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

style

-()style 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

action

@action 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

target

@target 解説 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

initWithTitle:style:target:action:

-()initWithTitle:style:target:action: 解説 返り値 引数 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

initWithImage:style:target:action:

INDEX>UIKit>UIBarButtonItem 画像とスタイルでバーボタンアイテムを初期化して返します。 -()initWithImage:style:target:action: 解説 返り値 引数 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

initWithCustomView:

INDEX>UIKit>UIBarButtonItem カスタムビューでバーボタンを初期化して返します。 -()initWithCustomView: 解説 返り値 引数 フレームワーク UIKit クラス UIBarButtonItem 使用可能 iPhone2.0 参照

initWithBarButtonSystemItem:target:action:

INDEX>UIKit>UIBarButtonItem バーボタンアイテムを初期化して返します。 -()initWithBarButtonSystemItem:target:action: 解説 バーボタンアイテムを初期化して返します。システムアイテム 返り値 引数 フレームワーク UIKit クラス UIBarButtonItem 使用可…

UIBarButtonItemクラス

INDEX>UIKit>apple バーボタンのクラスです。 継承 UIBarItem : NSObject 準拠 NSCoding UIAppearance (UIBarItem) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 2.0 定義 UIBarButtonItem.h 概要 フレーム…