创建代码如下: CGRect rc0 = [UIScreen mainScreen].applicationFrame; CGRect rc1 = CGRectMake(5, 120, rc0.size.width - 10, 170); UITableView* orderInfoTable = [[UITableView alloc] initWithFrame:rc1 style:UITableViewStylePlain]; o...