I wanna when user press each cell in tableView on ipad , and then it will show a popoverView with detail Data..
But in this delegate:- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {}
I can't use a sender to let popoverView show up... Or how could I use a sender to show popoverView show up??
Thanks in advance...
Mini