AnimationKit is collection of animation in swift4 to perform animation in uiview.
- Xcode 9+
- Swift 4
Copy AnimationKit.swift file in your project and use it simply with UIView collection outlet to .method
@IBAction func buttonHandlerZoomIn(_ sender: UIButton)
{
sender.zoomAnimation(withDuration: 1.0, withZoomLevel: 0.5, complition: nil)
}