标签:style blog color io os ar sp div on
解决办法在 生命周期函数viewDidAppear中设置即可
1 - (void)viewDidAppear:(BOOL)animated 2 3 { 4 5 self.tableView.frame = CGRectMake(0, 20, 320, 480); 6 7 }
iOS 中UITableViewController 中tableView 会被状态栏覆盖的问题
标签:style blog color io os ar sp div on
原文地址:http://www.cnblogs.com/pretty-guy/p/4030971.html