In three20, when I open a table view, scroll down a bit, click the back button, and then go back into that same table view, three20 does not seem to automatically remember my scroll position. It puts the scroll back at the top.
How can I make three20 remember where I was? I'm assuming it destroys the view controller once I leave it. Is there a way to prevent this?
I have no clue how three20 works. But the basic idea with UISrollView would be to just store the scroll point in a variable and then when the view is reloaded set the scroll point.