зеркало из https://github.com/nextcloud/talk-ios.git
Make index section background transparent.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
6318cab8c3
Коммит
5430f5da24
|
@ -47,6 +47,7 @@
|
|||
|
||||
[self.tableView registerNib:[UINib nibWithNibName:kContactsTableCellNibName bundle:nil] forCellReuseIdentifier:kContactCellIdentifier];
|
||||
self.tableView.separatorInset = UIEdgeInsetsMake(0, 72, 0, 0);
|
||||
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
|
||||
|
||||
_resultTableViewController = [[SearchTableViewController alloc] init];
|
||||
_searchController = [[UISearchController alloc] initWithSearchResultsController:_resultTableViewController];
|
||||
|
|
|
@ -42,6 +42,7 @@ NSString * const NCSelectedContactForVideoCallNotification = @"NCSelectedContact
|
|||
[self.tableView registerNib:[UINib nibWithNibName:kContactsTableCellNibName bundle:nil] forCellReuseIdentifier:kContactCellIdentifier];
|
||||
// Align header's title to ContactsTableViewCell's label
|
||||
self.tableView.separatorInset = UIEdgeInsetsMake(0, 72, 0, 0);
|
||||
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
|
||||
|
||||
_resultTableViewController = [[SearchTableViewController alloc] init];
|
||||
_searchController = [[UISearchController alloc] initWithSearchResultsController:_resultTableViewController];
|
||||
|
|
Загрузка…
Ссылка в новой задаче