Table View Page Control Code
- by PerwyL
Hi Everyone
this is what i want to achieve
1) Have a page control that allows user to do a swipe to 6 different pages
2) each page is a table view controller
3) everything is done via code NOT IB
The tutorials that are i find either use VIEW CONTROLLER or is done via IB. I am not very good with IB and prefer to have everything done via coding.
I have a TableViewController.h and TableViewController.m
When the user navigate to the TableViewController view, my application will display a table view (filled with some information), when the user swip to the next page, another page (table view) will appear with another set of information...
I am very new to objective-c and iphone programing...can some one pls guide me on how to achieve the above or is there another way to doing things?
oh yar....i have a tab bar controller as my root controller...and for one of the tab (tab A) i have a navigation controller and my TableViewControllers falls inside tab A.
THANKS IN ADVANCE!!!