create multiple pages for page control depending on number of values in table
I need/want to create X number of pages in page control. The number depends on how many values there are in a table view. Are there any good tutorials that'll show me how to do that? All pages will more or less have the same content on them, but with different values.
Don't you have that number in the data source from which you load the table?! In order to load a table you have to tell it how many rows and sections it will have so just use that.