TimeOrderedResultsController
public class TimeOrderedResultsController : TimeOrderedResultsControllerDataSourceObserverA controller for managing results from a data source that inserts new items over time, and can load pages of older items.
This will call into its delegate to indicate when new items are inserted or old items have been loaded.
Note
Does not support random access. We don’t need it.- 
                  
                  Undocumented DeclarationSwift public private(set) weak var delegate: TimeOrderedResultsControllerDelegate?
- 
                  
                  Undocumented DeclarationSwift public private(set) var dataSource: TimeOrderedResultsControllerDataSource
- 
                  
                  Undocumented DeclarationSwift public init(dataSource: TimeOrderedResultsControllerDataSource, delegate: TimeOrderedResultsControllerDelegate, delegateQueue queue: DispatchQueue)
- 
                  
                  Load more items at the end of the results. The delegate will be notified via dataSourceOldResultsLoaded Note May call the delegate synchronously on the current queue.DeclarationSwift public func loadMore(count: Int)
- 
                  
                  DeclarationSwift public func dataSourceNewResultsInserted(items: [Any])
- 
                  
                  Undocumented DeclarationSwift public func dataSourceOldResultsLoaded(items: [Any])
 View on GitHub
            View on GitHub
           TimeOrderedResultsController Class Reference
      TimeOrderedResultsController Class Reference