Closed team55 closed 9 years ago
if not set ripple color (only button color) works fine
@IBInspectable var buttonCornerRadius: Float = 0 {
didSet{
layer.cornerRadius = CGFloat(buttonCornerRadius)
rippleBackgroundView.layer.cornerRadius = CGFloat(buttonCornerRadius)
}
}
@team55 I cannot reproduce this. Did you try it on demo project.
subj