I written two programs (each in separate file) in objective c
Now I want to combine this two programs in one program
each program contains UITableView
when i combine two program in one program, it shows duplicate declaration of tableview because combined program contains two tableView what should i do ??
or
is there any other way so that i can put one tableview in one method and another tableview in another method and i will call that two method ?
You need to use Grouped Table view i.e. 2 sections for one tableView –
This is a good tutorial on customising a grouped UITableView, although it does assume that you are proficient with an image editor to create the various custom images.