FXViewControllerTransitioningKit
Requirements
- iOS 9.0+
Installation
CocoaPods
For FXImageTextView, use the following entry in your Podfile:
pod 'FXViewControllerTransitioningKit', '~> 0.1.3'Then run pod install.
Carthage
Make the following entry in your Cartfile:
github "feixue299/FXViewControllerTransitioningKit" ~> 0.1.2
Then run carthage update
Swift Package Manager
Create a Package.swift file.
let package = Package(
dependencies: [
.package(url: "https://github.com/feixue299/FXViewControllerTransitioningKit.git", from: "0.1.2")
],
// ...
)