怎么去掉tableview中多余的cell ios

2025-05-18 21:42:01
推荐回答(1个)
回答1:

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