Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 462 Bytes

EZCustomTransition

EZCustomTransition is a uesful tool about custom transitioning animation for iOS developers

Communication

  • If you found a bug, open an issue, typically with related pattern.
  • If you have a feature request, open an issue.

Requirements

  • iOS 10.0 +
  • Xcode 12.0 +
  • Swift 5.0 +

Installation

Swift Package Manager

dependencies: [
    .Package(url: "https://github.com/ezbuy/EZCustomTransition.git")
]