XuniPropertyGroupDescription クラス リファレンス
| 継承元 | XuniGroupDescription : NSObject |
|---|---|
| 定義先 | ICollectionView.h |
property
項目が属するグループの特定に使用されるプロパティの名前を取得します。
@property (readonly) NSString *property内容
項目が属するグループの特定に使用されるプロパティの名前を取得します。
定義先
ICollectionView.h
– initWithProperty:
XuniPropertyGroupDescription オブジェクトを初期化します。
- (id)initWithProperty:(NSString *)propertyパラメータ
property |
指定されたプロパティ |
|---|
戻り値
XuniPropertyGroupDescription オブジェクト
内容
XuniPropertyGroupDescription オブジェクトを初期化します。
定義先
ICollectionView.h
– initWithProperty:converter:
XuniPropertyGroupDescription オブジェクトを初期化します。
- (id)initWithProperty:(NSString *)property converter:(IXuniPropertyGroupConverter)converterパラメータ
property |
指定されたプロパティ |
|---|---|
converter |
グループ名を生成するコールバック関数 |
戻り値
XuniPropertyGroupDescription オブジェクト
内容
XuniPropertyGroupDescription オブジェクトを初期化します。
定義先
ICollectionView.h