ios - Font color for UILabel not changing -
i trying display numbers on uilabel bold black font , size 50.
after failed attempts realized no matter color set font to, gets set lightgray. there else need other below?
[displaylabel setfont:[uifont fontwithname:[nsstring stringwithutf8string:"helveticaneue-bold"] size:50]]; displaylabel.textcolor = [uicolor browncolor]; displaylabel.textalignment = nstextalignmentcenter;
i adding label using storyboard view.
make sure label's behavior that.
Comments
Post a Comment