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
Hi my issue is probably the same as the one described in the Objective-C repo (mustafaibrahim989/MIBadgeButton#3).
When using a button's border, the border is displayed above the badge.
For instance:
button.layer.cornerRadius = 5 button.layer.borderColor = UIColor.white.cgColor button.layer.borderWidth = 1 button.badgeBackgroundColor = UIColor.blue
produces the following result:
The text was updated successfully, but these errors were encountered:
I have the same issue. @mustafaibrahim989
Did you solve it? @RobinCaroff
Thanks.
Sorry, something went wrong.
@luai-kalkatawi Nope... Still unsolved.
No branches or pull requests
Hi my issue is probably the same as the one described in the Objective-C repo (mustafaibrahim989/MIBadgeButton#3).
When using a button's border, the border is displayed above the badge.
For instance:
produces the following result:
The text was updated successfully, but these errors were encountered: