FetchedRecordsSectionInfo
public struct FetchedRecordsSectionInfo<Record> where Record : FetchableRecord
A section given by a FetchedRecordsController.
-
The number of records (rows) in the section.
Declaration
Swift
public var numberOfRecords: Int { get }
-
The array of records in the section.
Declaration
Swift
public var records: [Record] { get }