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
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.
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
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