Is it possible to call UIPopoverController
from parentViewController's tableView?
For example I've selected UITableViewCell:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//Call UIPopoverController here
}
If yes, please give short example code