Pre-Scrolling a Table to a specific cell at load

Although that’s something that appears fairly easy, the truth -for me at least-, is that scrolling a UITableView to a specific cell every time you load it may prove tricky.  In the app I’m working on I implement it in the following way: every time a view appeared I assess if the top visible row …