In Apple's Messages app, when you click a correspondent's name and switch to the table view of the conversation (with balloons for each message), the table appears scrolled all the way to the end. No animation or anything, it's just there.
Similarly, in Tweetie 2, when you load the tweets view, it appears right where you last looked at it. No animation to get there, it's just there, as if none of the cells above were loaded.
How do these apps do this? Are they calling scrollToRowAtIndexPath:atScrollPosition:animated:
somewhere in the table controller? If so, how do they know what to pass to atScrollPosition:
? And in what method is it called?