我在使用界面生成器中添加了一个UILabel
and并调整了标签下方的大小。我也将. _ 我还检查了属性是否正确连接,因为我可以通过它更改背景颜色。请这里的任何人都可以帮我解决它。谢谢UITableView
UIViewController
tableView
UITableView
tableView
UIViewController
UILabel
UITableView
-(void) viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
self.pTableView.frame = CGRectMake(0, 50, 320, 100); // Doesn't work
self.pTableView.backgroundColor = [UIColor redColor]; // Works
}