forked from organicmaps/organicmaps
[ios] Search cell subtitle font became light
This commit is contained in:
parent
3b123ad7e9
commit
d5c1066127
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@
|
|||
_subtitleLabel = [[UILabel alloc] initWithFrame:CGRectZero];
|
||||
_subtitleLabel.backgroundColor = [UIColor clearColor];
|
||||
_subtitleLabel.textColor = [UIColor whiteColor];
|
||||
_subtitleLabel.font = SUBTITLE_FONT;
|
||||
}
|
||||
return _subtitleLabel;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue