SSFlipViewController 0.1.4

SSFlipViewController 0.1.4

Maintained by Nate Sesti.



  • By
  • sestinj

SSFlipViewController

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SSFlipViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SSFlipViewController'

Usage

To use as a view within another UIViewController:

import SSFlipViewController

override func viewDidLoad() {
    let flipVC = SSFlipViewController()
    flipVC.frontVC = viewController1
    flipVC.backVC = viewController2
    addChild(flipVC)
    view.addSubview(flipVC.view)
}

Author

sestinj, [email protected], Sam Sesti on the App Store

License

SSFlipViewController is available under the MIT license. See the LICENSE file for more info.