Please help me validate my understanding of this.
Does CBLUITableSource only load into memory a portion of the query result, the portion currently displayed by the UITableView?
It looks like CBLUITableSource is not available in 2.0 so am I correct in believing I’ll need to build something similar by creating a query using the limit and offset clause to only load the portion of result currently displayed by the UITableView?