Closed dzenbot closed 10 years ago
Before this change, the badge label was showing as a rect with no rounded corners:
Then, when adding:
self.badge.layer.masksToBounds = YES;
The result was looking better:
I have made a major update in the structure of my repo yesterday night. I did not anticipate enough, my bad. I have taken in consideration your great inputs for maskToBounds and systemFont.
Before this change, the badge label was showing as a rect with no rounded corners:
Then, when adding:
The result was looking better: