[ios] Search cell subtitle font became light

This commit is contained in:
Igor Khmurets 2014-07-01 16:53:22 +03:00 committed by Alex Zolotarev
parent 3b123ad7e9
commit d5c1066127

View file

@ -159,6 +159,7 @@
_subtitleLabel = [[UILabel alloc] initWithFrame:CGRectZero];
_subtitleLabel.backgroundColor = [UIColor clearColor];
_subtitleLabel.textColor = [UIColor whiteColor];
_subtitleLabel.font = SUBTITLE_FONT;
}
return _subtitleLabel;
}