Skip to content

bug: the setTitle function removes text style of the buttons on iOS12 #26

@lauthieb

Description

@lauthieb

Describe the bug

When using the setTitle function which is override on Vitamin:

public override func setTitle(_ title: String?, for state: UIControl.State) {
    super.setTitle(title, for: state)
    applyNewTextStyle()
}

The textstyle on the button is no longer applied on iOS 12

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't workingcommunity 👥As we stopped improvements for this version ofVitamin, this issue needs to be done by the community

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions