Hello Alex, UITableView can handle any number of cells, i.e. they do not have to be loaded in memory.
I'm working on an app that shows [1] more than 209k records using Jeff's MonoTouch.SQLite (with a single, important, modification). Regards, Sebastien [1] if you really want to scroll over them - at some point having search/filtering features becomes more important than being able to show them all [2] https://github.com/jstedfast/MonoTouch.SQLite On Thu, Sep 27, 2012 at 4:20 PM, Alex White <[email protected]> wrote: > Hi All, > > I have a uitableview with potentially lots of records returned, I would like > to use pagination to control how many records get returned to the user on > each page, I am guessing that the uipagecontrol is the way to go, am I > correct, is there a better way, any examples for me to get some ideas from. > > Thanks > > Alex > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
