修复bug

This commit is contained in:
liyuhua
2023-07-18 18:26:10 +08:00
parent fc0480ea2c
commit 979cc9f672
89 changed files with 4589 additions and 1618 deletions

View File

@@ -426,6 +426,7 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
_tableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
_tableView.delegate = self;
_tableView.dataSource = self;
_tableView.contentInset = UIEdgeInsetsMake(0, 0, 100, 0);
_tableView.tableFooterView = [UIView new];
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
_tableView.backgroundColor = [UIColor clearColor];