Make index section background transparent.

Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Ivan Sein 2018-05-08 10:34:11 +02:00
Родитель 6318cab8c3
Коммит 5430f5da24
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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];