How to call a view on click of each UITableViewCell programatically?

Posted by Cathy on Stack Overflow See other posts from Stack Overflow or by Cathy
Published on 2010-03-11T04:42:43Z Indexed on 2010/03/11 5:38 UTC
Read the original article Hit count: 228

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone