I am developing app for iPad. I am able to display UIPopoverController with tableView with some list in VIEW1.
I want to navigate from VIEW1 to VIEW2 when user select a row from table.
In other words,
VIEW1 contains a button1.
When user presses button1, then Popover displayed on VIEW1.
In popover, there is a table with some rows. (VIEW1)
When user select a row then it should call VIEW2 i.e navigate from VIEW1 to VIEW2.
Thanks for any help.