fixup block table vis a new navbar style

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 991848b364
commit dbbccaadbe

@ -40,9 +40,8 @@ NS_ASSUME_NONNULL_BEGIN
_tableViewController = [OWSTableViewController new]; _tableViewController = [OWSTableViewController new];
[self.view addSubview:self.tableViewController.view]; [self.view addSubview:self.tableViewController.view];
[_tableViewController.view autoPinWidthToSuperview]; [self addChildViewController:self.tableViewController];
[_tableViewController.view autoPinToTopLayoutGuideOfViewController:self withInset:0]; [_tableViewController.view autoPinEdgesToSuperviewEdges];
[_tableViewController.view autoPinEdgeToSuperviewEdge:ALEdgeBottom];
self.tableViewController.tableView.rowHeight = UITableViewAutomaticDimension; self.tableViewController.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableViewController.tableView.estimatedRowHeight = 60; self.tableViewController.tableView.estimatedRowHeight = 60;

Loading…
Cancel
Save