Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bbudo

macrumors newbie
Original poster
Sep 23, 2008
2
0
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
 
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];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.