UX rework: Make the UI of the directory section header

Update after PR review
This commit is contained in:
manuroe
2017-04-21 10:00:01 +02:00
parent 70583d374b
commit e493adac05
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -650,7 +650,7 @@
frame.origin.x = 20;
frame.origin.y = 5;
frame.size.width = sectionHeader.frame.size.width - 10;
frame.size.height = 20;
frame.size.height = CONTACTSDATASOURCE_DEFAULT_SECTION_HEADER_HEIGHT -10;
UILabel *headerLabel = [[UILabel alloc] initWithFrame:frame];
headerLabel.text = [self titleForHeaderInSection:section];
headerLabel.font = [UIFont boldSystemFontOfSize:15.0];