飘屏优化

This commit is contained in:
liyuhua
2023-09-14 11:16:47 +08:00
parent 884482b8ae
commit cafd609cfc
50 changed files with 698 additions and 70 deletions

View File

@@ -478,7 +478,6 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
_tableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain];
_tableView.delegate = self;
_tableView.dataSource = self;
_tableView.contentInset = UIEdgeInsetsMake(0, 0, 100, 0);
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
_tableView.backgroundColor = [UIColor clearColor];
if (@available(iOS 11.0, *)) {