Displaying large datasets in UITableView 2.0+

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?

CBLUITableSource loads the entire query result, not just the visible portion. That would be a good optimization, though.

Sorry it’s not available in 2.0 … we have a strict policy now of not providing platform-specific functionality. We might re-add this in the future if we can also provide implementations for Android and .NET.