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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -