When a popover row is selected, how is - (void)setDetailItem:(id)newDetailItem called??

Posted by dalton-hamilton on Stack Overflow See other posts from Stack Overflow or by dalton-hamilton
Published on 2010-06-05T17:24:17Z Indexed on 2010/06/05 17:32 UTC
Read the original article Hit count: 480

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.

Best Regard Dalton Hamilton

© Stack Overflow or respective owner

Related posts about uipopovercontroller

Related posts about popover