Hi,
I have created a program with UITableViewController and a UINavigationController and placed the names for the UITableViewCell as say
@"CellOne"
@"CellTwo"
Now i have other two classes
Class 1
Class 2
to be called in the each cell when they are selected. Like when i press CellOne cell then it should give a detail view, where i need to display the view which i have designed in Class1 and call it in my TableCell programatically without using Interface Builder?