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. enter image description here


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -