iphone - What is the font size, font color, shadow color & offset in UITableView section header? -
I am reproducing the original UITBlue section header using custom graphics.
Font size, font color, shadow color & amp; Offset in UITableView section title?
Thank you.
UILBL * headerLabel = [[UILabel alloc] initWithFrame: CGRectZero]; HeaderLabel.backgroundColor = [UIColor clear collar]; HeaderLabel.opaque = NO; HeaderLabel.textColor = [UIColor blackColor]; HeaderLabel.highlightedTextColor = [UIColor whiteColor]; HeaderLabel.font = [UIFont boldSystemFontOfSize: 20]; HeaderLabel.frame = CGRectMake (10.0, 0.0, 300.0, 44.0); Hope this will satisfy your needs ...
Comments
Post a Comment