On Feb 27, 2016, at 12:10 PM, Ben Kennedy <[email protected]> wrote:
>
>> On Feb 27, 2016, at 11:01 AM, Carl Hoefs <[email protected]>
>> wrote:
>>
>> 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?
>
> Why not just call that method yourself?
Yes, that works, thanks! I just thought there might be a "preferred" way to do
it. I guess I was hoping for something like:
[myTableView selectRowAtIndexPath:indexPath
animated:YES
scrollPosition:UITableViewScrollPositionMiddle
triggersDelegateCallback:YES];
-Carl
_______________________________________________
Cocoa-dev mailing list ([email protected])
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 [email protected]