• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Triggering UITableView's -didSelectRowAtIndexPath: delegate callback
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Triggering UITableView's -didSelectRowAtIndexPath: delegate callback


  • Subject: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback
  • From: Carl Hoefs <email@hidden>
  • Date: Sat, 27 Feb 2016 12:01:43 -0700

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 (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback
      • From: Ben Kennedy <email@hidden>
  • Prev by Date: Re: Getting displayName out of font file
  • Next by Date: Re: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback
  • Previous by thread: Re: NSURLErrorKey vs. NSURLErrorFailingURLErrorKey
  • Next by thread: Re: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback
  • Index(es):
    • Date
    • Thread