Skip to content

feixue299/FXViewControllerTransitioningKit

Repository files navigation

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

Create a Package.swift file.

let package = Package(
    dependencies: [
    .package(url: "https://github.com/feixue299/FXViewControllerTransitioningKit.git", from: "0.1.2")
    ],
    // ...
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published