Re: Table view cell getting deselected in popover

2012-11-19 Thread Rick Mann
On Nov 16, 2012, at 7:08 , Fritz Anderson wrote: > I assume the master view (within the nav controller) is a > UITableViewController? Have you tried setting the controller's . > clearsSelectionOnViewWillAppear to NO? So, after getting things to not clear the selection on iPad, I went back and

Re: Table view cell getting deselected in popover

2012-11-16 Thread Rick Mann
On Nov 16, 2012, at 7:06 , Fritz Anderson wrote: > On 16 Nov 2012, at 3:15 AM, Rick Mann wrote: > >> I have a UITableViewCell in a UINavController in a UISplitView. When in >> portrait, the selected cell gets deselected at some point after dismissing >> the popover containing the table view.

Re: Table view cell getting deselected in popover

2012-11-16 Thread Fritz Anderson
On 16 Nov 2012, at 3:15 AM, Rick Mann wrote: > I have a UITableViewCell in a UINavController in a UISplitView. When in > portrait, the selected cell gets deselected at some point after dismissing > the popover containing the table view. Even though I implemented > -didDeselectRowAtIndexPath: a

Table view cell getting deselected in popover

2012-11-16 Thread Rick Mann
I have a UITableViewCell in a UINavController in a UISplitView. When in portrait, the selected cell gets deselected at some point after dismissing the popover containing the table view. Even though I implemented -didDeselectRowAtIndexPath: and -didUnhighlightRowAtIndexPath: (which get called du