I have implemented a UITableView, which shows up fine as a subview in my iPhoneApp. Now this is supposed to be something similar to a tele prompter, so I would like to autoscroll this thing up, till the last cell is there.
I was playing around with -scrollToRowVisible, but this did not seem to work. Can anyone give me a hint here or point me to some example?