Navigation controller transition
- iOS 9.1+
- Xcode 9.0+
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