UIView-Ripple is an animation which like water ripple expand, it extension UIView, just one line code (addRippleAnimation) for animating ripple effect.
pod 'UIView-Ripple'
let testView = UIView(frame: CGRect(x: 100, y: 100, width: 80, height: 80)
testView.layer.cornerRadius = view.frame.size.width/2.0
testView.addRippleAnimation(color: .systemPink, duration: 1.5, repeatCount:1, rippleCount: 3, rippleDistance: nil)
- iOS 9.0+
- Swift 4.2 to 5.1
Visit my github: janlionly
Contact with me by email: [email protected]
I would love you to contribute to UIView-Ripple
UIView-Ripple is available under the MIT license. See the LICENSE file for more info.