|
|
@ -214,7 +214,7 @@ typedef NS_ENUM(NSInteger, CellState) { kArchiveState, kInboxState };
|
|
|
|
forCellReuseIdentifier:InboxTableViewCell.cellReuseIdentifier];
|
|
|
|
forCellReuseIdentifier:InboxTableViewCell.cellReuseIdentifier];
|
|
|
|
[self.view addSubview:self.tableView];
|
|
|
|
[self.view addSubview:self.tableView];
|
|
|
|
[self.tableView autoPinWidthToSuperview];
|
|
|
|
[self.tableView autoPinWidthToSuperview];
|
|
|
|
[self.tableView autoPinToBottomLayoutGuideOfViewController:self withInset:0];
|
|
|
|
[self.tableView autoPinEdgeToSuperviewEdge:ALEdgeBottom];
|
|
|
|
[self.tableView autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:missingContactsPermissionView];
|
|
|
|
[self.tableView autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:missingContactsPermissionView];
|
|
|
|
|
|
|
|
|
|
|
|
UILabel *emptyBoxLabel = [UILabel new];
|
|
|
|
UILabel *emptyBoxLabel = [UILabel new];
|
|
|
|