Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 505 Bytes

File metadata and controls

19 lines (15 loc) · 505 Bytes

AnimationKit

AnimationKit is collection of animation in swift4 to perform animation in uiview.

Requirements

  • Xcode 9+
  • Swift 4

How to use

Copy AnimationKit.swift file in your project and use it simply with UIView collection outlet to .method

Example

@IBAction func buttonHandlerZoomIn(_ sender: UIButton)
{
sender.zoomAnimation(withDuration: 1.0, withZoomLevel: 0.5, complition: nil)
}

alt tag