解决办法在 生命周期函数viewDidAppear中设置即可

1 - (void)viewDidAppear:(BOOL)animated
2 
3 {
4 
5     self.tableView.frame = CGRectMake(0, 20, 320, 480);
6 
7 }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-12-24
  • 2021-07-03
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-03-11
  • 2021-09-18
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案