导航栏一体化转场动画 JCCNavigationController
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/charsdavy/JCCNavigationController
- 软件文档: https://github.com/charsdavy/JCCNavigationController
- 官方下载: https://github.com/charsdavy/JCCNavigationController
软件介绍
JCCNavigationController
一种导航栏一体化转场动画效果
Usage
AppDelegate
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch.
self.window = UIWindow.init(frame: UIScreen.main.bounds) let dashboardController = IHSDashboardController.init()
self.window?.rootViewController = JCCNavigationController.init(rootViewController: self.dashboardController!)
self.window?.makeKeyAndVisible() return true}UITableView
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let detailViewController : IHSCookDetailViewController = IHSCookDetailViewController.init() self.jccNavigationController.pushViewController(viewController: detailViewController)
tableView.deselectRow(at: indexPath, animated: true)
}Web Design DeMYSTiFieD
Willard, Wendy / 2010-11 / $ 24.86
Website Design just got a whole lot easier! This title helps you to learn the latest website development tools, techniques, and best practices. "Web Design Demystified" provides the hands-on help you ......一起来看看 《Web Design DeMYSTiFieD》 这本书的介绍吧!
