XuniPropertyGroupDescription Class Reference

Inherits from XuniGroupDescription : NSObject
Declared in ICollectionView.h

Overview

Describes the grouping of items using a property name as the criterion.

  property

Gets the name of the property that is used to determine which group an item belongs to.

@property (readonly) NSString *property

Discussion

Gets the name of the property that is used to determine which group an item belongs to.

Declared In

ICollectionView.h

– initWithProperty:

Initialize an object for XuniPropertyGroupDescription.

- (id)initWithProperty:(NSString *)property

Parameters

property

the specified property.

Return Value

an object for XuniPropertyGroupDescription.

Discussion

Initialize an object for XuniPropertyGroupDescription.

Declared In

ICollectionView.h

– initWithProperty:converter:

Initialize an object for XuniPropertyGroupDescription.

- (id)initWithProperty:(NSString *)property converter:(IXuniPropertyGroupConverter)converter

Parameters

property

the specified property.

converter

the callback function that generates the group name.

Return Value

an object for XuniPropertyGroupDescription.

Discussion

Initialize an object for XuniPropertyGroupDescription.

Declared In

ICollectionView.h