在需要的页面:
加入
-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; [TableView scrollRectToVisible:CGRectMake(0, 0, 1, 1) animated:NO]; } //ok
在需要的页面:
加入
-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; [TableView scrollRectToVisible:CGRectMake(0, 0, 1, 1) animated:NO]; } //ok