Inherits from NSObject
Conforms to NSFetchedResultsSectionInfo
Declared in TLIndexPathSectionInfo.h

Overview

An implementation of the NSFetchedResultsSectionInfo protocol. TLIndexPathDataModel uses this class to organize data into sections. You can also explicitly create these objects (including empty ones) and use them to create a data model with the [TLIndexPathDataModel initWithSectionInfos:identifierKeyPath:] initializer.

Properties

indexTitle

@property (nonatomic, readonly) NSString *indexTitle

name

@property (nonatomic, readonly) NSString *name

numberOfObjects

@property (nonatomic, readonly) NSUInteger numberOfObjects

objects

@property (nonatomic, readonly) NSArray *objects

Instance Methods

initWithItems:name:

- (instancetype)initWithItems:(NSArray *)items name:(NSString *)name

initWithItems:name:indexTitle:

- (instancetype)initWithItems:(NSArray *)items name:(NSString *)name indexTitle:(NSString *)indexTitle