How to pass sqlite data in a view .I want to display sqlite data in a view controller,with paging enabled.I have a big amount of data in database,that i want to display in many pages.How to do this?
Thanks in advance.
How to pass sqlite data in a view .I want to display sqlite data
Share
You should probably use Table Views, should have googled about this topic, anyways these 2 are pretty useful
http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/
http://blog.objectgraph.com/index.php/2010/04/08/how-to-use-sqlite-with-uitableview-in-iphone-sdk/