views:

15

answers:

0

Hi,

I have developed a program for iPad programmatically. I have a SplitViewController, RootViewController and DetailViewController.
I am able to get the UITableViewController as a popover.
How to get a UILabel been displayed on DetailViewController on click of each index of the UITableViewController programmatically? Thanks in advance..