导航栏一体化转场动画 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)
}互联网+供应链金融创新
宝象金融研究院、零壹研究院 / 电子工业出版社 / 2016-6 / 65.00
供应链金融是一种带有模式创新的金融服务,它真正渗透到了产业运行的全过程。然而,如何探索这种模式的规律?特别是在"互联网+”时代,不同的产业主体如何更好地利用供应链金融促进产业的发展,成为了众多企业关注的话题。零壹财经攥写的《互联网+供应链金融创新》正是立足于这一点,全面总结反映了中国各行各业,以及不同的经营主体如何在立足产业运营的基础上,通过供应链金融来促进产业的发展具有很好的借鉴意义,其丰富的案......一起来看看 《互联网+供应链金融创新》 这本书的介绍吧!
