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 during normal interaction with the table), they're not getting called 
during popover dismissal. Nor is the table being reloaded.

Something else is deselecting the selected row. I don't want it to do that.

I can select a row, see it turn blue, dismiss the popover, watch it slide off 
the screen (row still selected), bring the popover back, and see the row 
deselected.

Anyone see this, and know of a workaround? Thanks.

-- 
Rick




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to