iOS自定义视图控制器:ScreenSceneController
jopen
10年前
ScreenSceneController 是使用 Swift 编写的自定义视图控制器,管理 JetRadar 和 Aviasales 应用垂直内容的导航。
Requirements
- iOS 7.0+
- Xcode 6.1+
Installation
ScreenSceneController is not available through CocoaPods because Swift Pods support is still being worked.
For this reason you should add ScreenSceneController's *.swift sources to you project manually.
Usage
let mainViewController = UIViewController() let screenScene = ScreenScene(mainViewControler: mainViewController) self.screenSceneController?.pushScreenScene(screenScene, animated: true)