views:

150

answers:

1

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.

A: 

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

See the following files - ColorPickerController & RightViewController

iphone newbie