Skip to content

MoveUpwards/NcSejima

Repository files navigation

Documentation Language: Swift 2, 3 and 4 Platform: iOS 11+ Carthage Compatible CocoaPods Codacy Badge Build Status License: MIT GitHub contributors Donate

NcSejima

Navigation controller transition

Requirements

  • iOS 9.1+
  • Xcode 9.0+

Installation

use CocoaPods with Podfile

pod 'NcSejima'

open your favorite terminal, go to your project root path:

pod install

use Carthage with Cartfile

github "MoveUpwards/NcSejima"

open your favorite terminal, go to your project root path and run:

carthage update

Usage