Open RobinCaroff opened 7 years ago
Hi my issue is probably the same as the one described in the Objective-C repo (https://github.com/mustafaibrahim989/MIBadgeButton/issues/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:
I have the same issue. @mustafaibrahim989
Did you solve it? @RobinCaroff
Thanks.
@luai-kalkatawi Nope... Still unsolved.
Hi my issue is probably the same as the one described in the Objective-C repo (https://github.com/mustafaibrahim989/MIBadgeButton/issues/3).
When using a button's border, the border is displayed above the badge.
For instance:
produces the following result: