JCCNavigationController JCCNavigationControllerUsage 导航栏一体化转场动画

程序名称:JCCNavigationController JCCNavigationControllerUsage

授权协议: MIT

操作系统: iOS

开发语言: Swift

JCCNavigationController JCCNavigationControllerUsage 介绍

JCCNavigationController

一种导航栏一体化转场动画效果

Usage

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}
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
    let detailViewController : IHSCookDetailViewController = IHSCookDetailViewController.init()    self.jccNavigationController.pushViewController(viewController: detailViewController)

    tableView.deselectRow(at: indexPath, animated: true)
}

JCCNavigationController JCCNavigationControllerUsage 官网

https://github.com/charsdavy/JCCNavigationController

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...