FetchedRecordsSectionInfo
public struct FetchedRecordsSectionInfo<Record: RowConvertible>
                A section given by a FetchedRecordsController.
- 
                  
                  
The number of records (rows) in the section.
Declaration
Swift
public var numberOfRecords: Int - 
                  
                  
The array of records in the section.
Declaration
Swift
public var records: [Record] 
View on GitHub
Install in Dash
        FetchedRecordsSectionInfo Structure Reference