iPhone OS Reference Library Apple Developer Connection spyglass button

NSFetchedResultsSectionInfo Protocol Reference

Framework
/System/Library/Frameworks/CoreData.framework
Availability
Available in iPhone OS 3.0 and later.
Companion guide
Declared in
NSFetchedResultsController.h

Overview

This protocol defines the interface for section objects vended by an instance of NSFetchedResultsController.

Tasks

Accessing Objects

Accessing the Name and Title

Properties

For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.

indexTitle

The index title of the section. (required)

@property (nonatomic, readonly) NSString *indexTitle
Discussion

This is used when displaying the index.

Availability
Declared In
NSFetchedResultsController.h

name

The name of the section. (required)

@property (nonatomic, readonly) NSString *name
Availability
Declared In
NSFetchedResultsController.h

numberOfObjects

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

@property (nonatomic, readonly) NSUInteger numberOfObjects
Availability
Declared In
NSFetchedResultsController.h

objects

The array of objects in the section. (required)

@property (nonatomic, readonly) NSArray *objects
Availability
Declared In
NSFetchedResultsController.h


Last updated: 2009-03-10

Did this document help you? Yes It's good, but... Not helpful...