How to call a view on click of each UITableViewCell programatically?
- by Cathy
Hi,
I have created a UITableViewcontroller and a UINavigationController in a TableController.m
with UITableviewCell set to say @"CellOne" @"CellTwo". Now i also created two other files
`ImageView1.m`
ImageView2.m
where if i click on CellOne i should be able to get the view placed on ImageView1.m, same applied to the ImageView2.m.How should i achieve this programatically without using nib file?