You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello π,
First of all, thank you for your library.
I wanted to ask why the label textColor/font doesn't change after setting text property.
for example:
// this will work β // this will not work β
label.textColor = .red label.text = "test"
label.text = "test" label.textColor = .red
Is there a function to update the label UI ?
The text was updated successfully, but these errors were encountered:
Hello π,
First of all, thank you for your library.
I wanted to ask why the label textColor/font doesn't change after setting text property.
for example:
Is there a function to update the label UI ?
The text was updated successfully, but these errors were encountered: