NcSejima
Navigation controller transition
Requirements
- iOS 9.1+
- Xcode 9.0+
Installation
CocoaPods with Podfile
usepod 'NcSejima'
open your favorite terminal, go to your project root path:
pod install
Carthage with Cartfile
usegithub "MoveUpwards/NcSejima"
open your favorite terminal, go to your project root path and run:
carthage update