TableViewController
first page of application contains tableview, by clicking button it load next tableview from different tableviewcontroller,again click next button it loads next tableview from another tableviewcontroller.
My Question is instead of creating 2-tableviewcontroller.i need to use 1 tableview,by click next button whatever data present in cell replaced by new set of data in same tableview.
Can any one guide me how to do this...
|