How to programmatically make a line in UITableview current and go to it? I can not find in the internet how to programmatically make the current line in UITableview . For example, how to move to the end of the list after exiting a subview?

    1 answer 1

    Something like this [firstTable selectRowAtIndexPath:indexPath animated:NO scrollPosition:UITableViewScrollPositionNone];