Skip to content

Wrong title will be used after set alternativeButtonTitle #207

@BigDada1

Description

@BigDada1

There is a bug when changing the alternativeButtonTitle: after setting the property the alternativeButton always receives the actionButtonTitle.

See BLTNActionItem.swift#L57:

  • wrong: .setTitle(actionButtonTitle, for: .normal)
  • fixed: .setTitle(alternativeButtonTitle, for: .normal)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions