Skip to content

Label UI doesn't update after setting text propertyΒ #81

@Bathant

Description

@Bathant

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions