Merge branch 'charlesmchen/fixTableViewLayout'
This commit is contained in:
commit
f61233763c
@ -398,7 +398,9 @@ NSString * const kOWSTableCellIdentifier = @"kOWSTableCellIdentifier";
|
||||
#pragma clang diagnostic pop
|
||||
}
|
||||
[self.view addSubview:self.tableView];
|
||||
[self.tableView autoPinToSuperviewEdges];
|
||||
[self.tableView autoPinWidthToSuperview];
|
||||
[self.tableView autoPinToTopLayoutGuideOfViewController:self withInset:0];
|
||||
[self.tableView autoPinToBottomLayoutGuideOfViewController:self withInset:0];
|
||||
|
||||
[self.tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:kOWSTableCellIdentifier];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user