Protocol: NSFetchedResultsSectionInfo

Overview

This protocol defines the interface for section objects vended by an instance of NSFetchedResultsController.The index title of the section. (required)The name of the section. (required)The number of objects (rows) in the section. (required)The array of objects in the section. (required)

Instance Attribute Summary (collapse)

Instance Attribute Details

- (String) indexTitle (readonly)

The index title of the section. (required) This is used when displaying the index.

Returns:

- (String) name (readonly)

The name of the section. (required)

Returns:

- (Integer) numberOfObjects (readonly)

The number of objects (rows) in the section. (required)

Returns:

- (Array) objects (readonly)

The array of objects in the section. (required)

Returns: