MIBadgeButton-Swift icon indicating copy to clipboard operation
MIBadgeButton-Swift copied to clipboard

Button's border displayed above the badge's

Open RobinCaroff opened this issue 8 years ago • 2 comments

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: screen shot 2016-11-17 at 07 44 51

RobinCaroff avatar Nov 17 '16 06:11 RobinCaroff

I have the same issue. @mustafaibrahim989

Did you solve it? @RobinCaroff

Thanks.

luai-kalkatawi avatar Oct 18 '17 08:10 luai-kalkatawi

@luai-kalkatawi Nope... Still unsolved.

RobinCaroff avatar Oct 18 '17 15:10 RobinCaroff