导航栏一体化转场动画 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)
}公众号运营实战手册
中信出版社 / 2018-11 / 58
作者粥左罗在刚入行做新媒体的一年时间里,就写了100篇阅读量10万+的公众号文章,但是在此之前,他足足花了两个月的时间研究公众号运营和爆款文章的逻辑和打法。 这本书就是他总结和归纳自己公众号写作和运营的全部秘诀和技巧,是一本行之有效的实战指南。 从如何注册一个公号,给公号起什么名字? 多长时间更新一次为好? 到如何找选题,如何积累爆款素材? 如何编辑内容,如何做版面设......一起来看看 《公众号运营实战手册》 这本书的介绍吧!
