Font color for UILabel not changing

后端 未结 5 1510
别跟我提以往
别跟我提以往 2020-12-17 09:51

I am trying to display numbers on a UILabel with a bold black font and size 50.

After some failed attempts I just realized that no matter what color I set the font t

5条回答
  •  庸人自扰
    2020-12-17 10:05

    I was trying change programtelly the textcolor of a UILabel in a UITabelViewCell in cellForRowAt. And the label just change the textcolor after being reloaded.

    I could change the label textColor in the beggining after change the TEXTCOLOR IN STORYBOARD TO DEFAULT and i change it programatelly.

提交回复
热议问题