ios - A big tableview from SQL with filter - what's the most efficient way? -
i've been trying sqlite tableviews, iam struggling find way work data - , don't seem find references online either. have database of postal codes (4582 rows) , need join other tables make proper use of it. iam not sure how properly, creating objects of rows take ages on device, , application becomes slow , unresponsive.
at first thought instantiate 50-100 objects , load more scroll, backfire when try filter down list, or perhaps not? user able search row , text in table, not postal codes.
any ideas, tips or examples on go here?
use fmdatabse. use following link this
http://www.icodeblog.com/2011/11/04/simple-sqlite-database-interaction-using-fmdb/
Comments
Post a Comment