We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8b6c7 commit b447794Copy full SHA for b447794
ChatSecure/Classes/View Controllers/OTRComposeViewController.m
@@ -124,11 +124,7 @@ - (void)viewDidLoad
124
125
[self.tableView registerClass:[OTRBuddyInfoCell class] forCellReuseIdentifier:[OTRBuddyInfoCell reuseIdentifier]];
126
127
- //[self.tableView autoPinToTopLayoutGuideOfViewController:self withInset:0.0];
128
- [self.tableView autoPinEdgeToSuperviewEdge:ALEdgeTop];
129
- [self.tableView autoPinEdgeToSuperviewEdge:ALEdgeTrailing];
130
- [self.tableView autoPinEdgeToSuperviewEdge:ALEdgeLeading];
131
- self.tableViewBottomConstraint = [self.tableView autoPinToBottomLayoutGuideOfViewController:self withInset:0.0];
+ [self.tableView autoPinEdgesToSuperviewEdges];
132
133
[self setupSearchController];
134
0 commit comments