PDA

View Full Version : How to reset UITableView scroll position?




bbudo
Sep 23, 2008, 11:50 AM
Hi guys, i have a problem about uitableView, when the mainTableViewController load a new tableViewController view the scroll position of this start at the last position of the previous tableViewController.

Can you help me about this problem?

Thnx in advance!

Omar



bbudo
Sep 23, 2008, 12:05 PM
Hi guys, i have a problem about uitableView, when the mainTableViewController load a new tableViewController view the scroll position of this start at the last position of the previous tableViewController.

Can you help me about this problem?

Thnx in advance!

Omar

i have solved:

[myTableView setContentOffset:CGPointMake(0, 0) animated:NO];