TimeOrderedResultsController

public class TimeOrderedResultsController : TimeOrderedResultsControllerDataSourceObserver

A 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.