mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
UX rework: Make the UI of the directory section header
Update after PR review
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user