Inherits from NSObject
Declared in SCPropertyDefinition.h

Overview

This class functions as an array of SCPropertyGroup objects.

Tasks

Creation and Initialization

  • + groupArray

    Allocates and returns an initialized ‘SCPropertyGroupArray’.

Managing Groups

Class Methods

groupArray

Allocates and returns an initialized ‘SCPropertyGroupArray’.

+ (id)groupArray

Declared In

SCPropertyDefinition.h

Instance Methods

addGroup:

Add a group to the array. 
- (void)addGroup:(SCPropertyGroup *)group

Declared In

SCPropertyDefinition.h

groupAtIndex:

Return group at the given index. 
- (SCPropertyGroup *)groupAtIndex:(NSInteger)index

Declared In

SCPropertyDefinition.h

groupByHeaderTitle:

Return group with the given header title. 
- (SCPropertyGroup *)groupByHeaderTitle:(NSString *)headerTitle

Declared In

SCPropertyDefinition.h

insertGroup:atIndex:

Add a group at the given index. 
- (void)insertGroup:(SCPropertyGroup *)group atIndex:(NSInteger)index

Declared In

SCPropertyDefinition.h

removeAllGroups

Remove all groups. 
- (void)removeAllGroups

Declared In

SCPropertyDefinition.h

removeGroupAtIndex:

Remove group at the given index. 
- (void)removeGroupAtIndex:(NSInteger)index

Declared In

SCPropertyDefinition.h