When we upgrade the library to support Swift3, when we do such as : rippleButton.rippleColor = UIColor.green, produce error : Failed to set (rippleColor) user defined inspected property on (UIButton): [<UIButton 0x113d20f00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key rippleColor.
While for the Swift 2 version, we can set it programmatically.
Dear team,
When we upgrade the library to support Swift3, when we do such as : rippleButton.rippleColor = UIColor.green, produce error : Failed to set (rippleColor) user defined inspected property on (UIButton): [<UIButton 0x113d20f00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key rippleColor.
While for the Swift 2 version, we can set it programmatically.
Best Regards,