Carl Hoefs
2016-02-27 19:01:43 UTC
iOS 9.2
At certain times I need to update the data source for a table view. Then I cause the row that was updated to be selected using UITableView's -selectRowAtIndexPath::: method. That much works fine.
The problem is that the delegate callback associated with selecting that row doesn't occur. And indeed, I have since found that the documentation for this method says:
"Calling this method does not cause the delegate to receive a tableView:didSelectRowAtIndexPath: message."
Is there a method to call (or some other way) that will do this?
-Carl
_______________________________________________
Cocoa-dev mailing list (Cocoa-***@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/gegs%40ml-in.narkive.net
Thi
At certain times I need to update the data source for a table view. Then I cause the row that was updated to be selected using UITableView's -selectRowAtIndexPath::: method. That much works fine.
The problem is that the delegate callback associated with selecting that row doesn't occur. And indeed, I have since found that the documentation for this method says:
"Calling this method does not cause the delegate to receive a tableView:didSelectRowAtIndexPath: message."
Is there a method to call (or some other way) that will do this?
-Carl
_______________________________________________
Cocoa-dev mailing list (Cocoa-***@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/gegs%40ml-in.narkive.net
Thi