//处理UICollectionView超出屏幕问题,设置tableview的属性
tableView.autoresizingMask = UITableViewAutomaticDimension;
tableView.autoresizesSubviews = NO;
本文共 186 字,大约阅读时间需要 1 分钟。
//处理UICollectionView超出屏幕问题,设置tableview的属性
tableView.autoresizingMask = UITableViewAutomaticDimension;
tableView.autoresizesSubviews = NO;
转载于:https://www.cnblogs.com/sivek/p/6657360.html