alexaubry / alexaubry/BulletinBoard
Wrong title will be used after set alternativeButtonTitle
Ouverte
- Langage dominant
- Swift
- Étoiles
- 5.3k
- Forks
- 301
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
There is a bug when changing the `alternativeButtonTitle`: after setting the property the `alternativeButton` always receives the `actionButtonTitle`.
See [BLTNActionItem.swift#L57](https://github.com/alexisakers/BulletinBoard/blob/develop/Sources/Models/BLTNActionItem.swift#L57):
- wrong: `.setTitle(actionButtonTitle, for: .normal)`
- fixed: `.setTitle(alternativeButtonTitle, for: .normal)`
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.