iOS自定义视图控制器:ScreenSceneController

jopen 9年前

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)

ScreenSceneController

项目主页:http://www.open-open.com/lib/view/home/1418266402417