We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a bug when changing the alternativeButtonTitle: after setting the property the alternativeButton always receives the actionButtonTitle.
alternativeButtonTitle
alternativeButton
actionButtonTitle
See BLTNActionItem.swift#L57:
.setTitle(actionButtonTitle, for: .normal)
.setTitle(alternativeButtonTitle, for: .normal)
The text was updated successfully, but these errors were encountered:
Issue 207 fixed
63a7ea3
See alexisakers#207
No branches or pull requests
There is a bug when changing the
alternativeButtonTitle
: after setting the property thealternativeButton
always receives theactionButtonTitle
.See BLTNActionItem.swift#L57:
.setTitle(actionButtonTitle, for: .normal)
.setTitle(alternativeButtonTitle, for: .normal)
The text was updated successfully, but these errors were encountered: