SCPropertyGroupArray

@interface SCPropertyGroupArray : NSObject {
  NSMutableArray *propertyGroups;
}

This class functions as an array of SCPropertyGroup objects.

See

SCPropertyGroup.

Creation and Initialization

  • Allocates and returns an initialized ‘SCPropertyGroupArray’.

    Declaration

    Objective-C

    + (instancetype)groupArray;

Managing Groups