macOS/iOS API解説

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

目次

UITableViewCell

indentationLevel

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

imageView

セルのイメージビュー @property(nonatomic, readonly, retain) UIImageView *imageView 解説 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

image

解説 (Deprecated. Instead use the imageView property to get UIImageView object and then get or set the encapsulated image.) @property(nonatomic, retain) UIImage *image 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可…

highlighted

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

hidesAccessoryWhenEditing

解説 (Deprecated. Use the editingAccessoryType and editingAccessoryView properties instead.) @property(nonatomic) BOOL hidesAccessoryWhenEditing 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

font

解説 (Deprecated. Instead, set the fonts of the UILabel objects assigned to the textLabel and detailTextLabel properties.) @property(nonatomic, retain) UIFont *font 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 …

editingStyle

編集スタイル @property(nonatomic, readonly) UITableViewCellEditingStyle editingStyle 解説 現在の編集状態を返します。 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文

editingAccessoryView

解説 @property(nonatomic, retain) UIView *editingAccessoryView 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

editingAccessoryType

編集中のアクセサリタイプ @property(nonatomic) UITableViewCellAccessoryType editingAccessoryType 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

editing

解説 @property(nonatomic, getter=isEditing) BOOL editing 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文

editAction

解説 使用停止。セルでタップのハンドリングは tableView:commitEditingStyle:forRowAtIndexPath:や tableView:accessoryButtonTappedForRowWithIndexPath: を代わりに使います。 @property(nonatomic) SEL editAction 返り値 引数 フレームワーク UIKit ク…

detailTextLabel

詳細情報 @property(nonatomic, readonly, retain) UILabel *detailTextLabel 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

contentView

セルのコンテンツビュー @property(nonatomic, readonly, retain) UIView *contentView 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文

backgroundView

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

accessoryView

セルのアクセサリービュー @property(nonatomic, retain) UIView *accessoryView 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文

accessoryType

アクセサリタイプ @property(nonatomic) UITableViewCellAccessoryType accessoryType 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文

accessoryAction

解説 使用停止。セルでタップのハンドリングは tableView:commitEditingStyle:forRowAtIndexPath: tableView:accessoryButtonTappedForRowWithIndexPath: を代わりに使います。 @property(nonatomic) SEL accessoryAction 返り値 引数 フレームワーク UIKit …