TimeOrderedResultsControllerDelegate
@objc
public protocol TimeOrderedResultsControllerDelegate : AnyObject
!!! TODO: Remove @objc and change entry to struct
when Swift bug SR-6039 is fixed.
-
Results are provided sorted in the natural time order of the data source
Declaration
Swift
func newResultsInserted(items: [Any])
-
Results are provided sorted in the natural time order of the data source
Declaration
Swift
func oldResultsLoaded(items: [Any])