Change section title

This commit is contained in:
ismailgulek
2021-01-22 19:22:53 +03:00
parent 804bab1841
commit 5072abaf2e

View File

@@ -27,4 +27,16 @@
return self;
}
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
{
if (section == filteredLocalContactsSection)
{
return NSLocalizedStringFromTable(@"contacts_address_book_section", @"Vector", nil);
}
else
{
return NSLocalizedStringFromTable(@"call_transfer_contacts_all", @"Vector", nil);
}
}
@end