0
votes

I've created a TabBar application and in one of the views I'm using a popover. The view is registered for UIPopoverControllerDelegate but that doesn't do it. The popover is a completely different view controller and xib. When the user selects a row in the popover, control goes to the popovercontroller.m method - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

Any help would be appreciated.

2

2 Answers

1
votes

I had the same problem. This tutorial helped a lot. UIPopoverController Tutorial

See the following files - ColorPickerController & RightViewController

1
votes

We had a similar question and found that DetailItem is a property. Check out our blog for more information. http://totalintmobile.tumblr.com/post/2623272838/what-calls-setdetailitem-in-uisplitview-template