I have a tableView connected to coreData. Is it possible to use the method tableView scrollToRowAtIndexPath: atScrollPosition: animated: so that the tableView scrolls to the correspondent row that has a specific string in textLabel.text?
In alternative, i can store, the indexPath. But without that?
Thanks,
RL
Yes this is very achievable, and can be done with a simple for() loop logic search:
And to use this method, you would simply call: