1. UITableView 设置 CGRect tableViewRect = CGRectMake(0.0, 0.0, 50.0, 320.0);self.tableView = [[UITableView alloc] initWithFrame:tableViewRect style:UITableViewStylePlain];tableView.center = CGPointMake(self.view.frame.size.width / 2, self.view.frame.s…