- (void)viewDidLoad {   
  [super viewDidLoad];     NSIndexPath *ip=[NSIndexPath indexPathForRow:0 inSection:0];    
 [myTableView selectRowAtIndexPath:ip animated:YES scrollPosition:UITableViewScrollPositionBottom]; 
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-10-21
  • 2022-12-23
相关资源
相似解决方案