UITableViewCell
解説 @property(nonatomic) NSInteger indentationLevel 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
セルのイメージビュー @property(nonatomic, readonly, retain) UIImageView *imageView 解説 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文
解説 (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 使用可…
解説 @property(nonatomic, getter=isHighlighted) BOOL highlighted 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文
解説 (Deprecated. Use the editingAccessoryType and editingAccessoryView properties instead.) @property(nonatomic) BOOL hidesAccessoryWhenEditing 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文
解説 (Deprecated. Instead, set the fonts of the UILabel objects assigned to the textLabel and detailTextLabel properties.) @property(nonatomic, retain) UIFont *font 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 …
編集スタイル @property(nonatomic, readonly) UITableViewCellEditingStyle editingStyle 解説 現在の編集状態を返します。 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
解説 @property(nonatomic, retain) UIView *editingAccessoryView 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文
編集中のアクセサリタイプ @property(nonatomic) UITableViewCellAccessoryType editingAccessoryType 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文
解説 @property(nonatomic, getter=isEditing) BOOL editing 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
解説 使用停止。セルでタップのハンドリングは tableView:commitEditingStyle:forRowAtIndexPath:や tableView:accessoryButtonTappedForRowWithIndexPath: を代わりに使います。 @property(nonatomic) SEL editAction 返り値 引数 フレームワーク UIKit ク…
詳細情報 @property(nonatomic, readonly, retain) UILabel *detailTextLabel 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文
セルのコンテンツビュー @property(nonatomic, readonly, retain) UIView *contentView 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
解説 @property(nonatomic, retain) UIView *backgroundView 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
セルのアクセサリービュー @property(nonatomic, retain) UIView *accessoryView 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
アクセサリタイプ @property(nonatomic) UITableViewCellAccessoryType accessoryType 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone2.0 参照 例文
解説 使用停止。セルでタップのハンドリングは tableView:commitEditingStyle:forRowAtIndexPath: tableView:accessoryButtonTappedForRowWithIndexPath: を代わりに使います。 @property(nonatomic) SEL accessoryAction 返り値 引数 フレームワーク UIKit …