解决办法在 生命周期函数viewDidAppear中设置即可
1 - (void)viewDidAppear:(BOOL)animated 2 3 { 4 5 self.tableView.frame = CGRectMake(0, 20, 320, 480); 6 7 }
解决办法在 生命周期函数viewDidAppear中设置即可
1 - (void)viewDidAppear:(BOOL)animated 2 3 { 4 5 self.tableView.frame = CGRectMake(0, 20, 320, 480); 6 7 }