---
title: NSFetchedResultsSectionInfo
framework: coredata
role: symbol
role_heading: Protocol
path: coredata/nsfetchedresultssectioninfo
---

# NSFetchedResultsSectionInfo

A protocol that defines the interface for section objects vended by a fetched results controller.

## Declaration

```swift
protocol NSFetchedResultsSectionInfo
```

## Topics

### Accessing Objects

- [numberOfObjects](coredata/nsfetchedresultssectioninfo/numberofobjects.md)
- [objects](coredata/nsfetchedresultssectioninfo/objects.md)

### Accessing the Name and Title

- [name](coredata/nsfetchedresultssectioninfo/name.md)
- [indexTitle](coredata/nsfetchedresultssectioninfo/indextitle.md)

## See Also

### Responding to Changes

- [NSFetchedResultsControllerDelegate](coredata/nsfetchedresultscontrollerdelegate.md)
- [NSFetchRequestResultType](coredata/nsfetchrequestresulttype.md)
- [NSFetchedResultsChangeType](coredata/nsfetchedresultschangetype.md)
