All Projects → roodkcab → Hhnavigationcontroller Demo

roodkcab / Hhnavigationcontroller Demo

HHNavigationController demo

Labels

Projects that are alternatives of or similar to Hhnavigationcontroller Demo

Docker Wxwork
DoWork is a Dockerized WeChat Work (盒装企业微信) PC Windows Client for Linux
Stars: ✭ 40 (-27.27%)
Mutual labels:  wechat
Wego
a wechat sdk for golang
Stars: ✭ 47 (-14.55%)
Mutual labels:  wechat
Wx jump
[DEPRECATED] 一个规范且适合新手阅读的weixin跳一跳辅助
Stars: ✭ 53 (-3.64%)
Mutual labels:  wechat
Wxapp
这是一个Sublime的插件, 用来开发<微信小程序>.
Stars: ✭ 42 (-23.64%)
Mutual labels:  wechat
Springboot Project
这是一个用SpringBoot+JPA打造的基于微信服务号平台的点餐系统的后端,前端是一个使用Vue.js构建的运行于微信公众号的WebApp。前后端完全分离,前后端之间通过RESTful风格的接口相连。
Stars: ✭ 1,034 (+1780%)
Mutual labels:  wechat
Wxapp Img Loader
适用于微信小程序的图片预加载组件
Stars: ✭ 1,049 (+1807.27%)
Mutual labels:  wechat
Weimall
开源 微信 小程序 商城 JAVA
Stars: ✭ 39 (-29.09%)
Mutual labels:  wechat
Dragtodismiss Pangesture
仿微信,微博的大图查看和视频播放 拖拽消失的手势动画。手势单独已抽离出来,可用于任何视图。Simulate Wechat's disappeared gesture animation by dragging when the big picture viewing or video playback . Gestures are separated and can be used in any view
Stars: ✭ 55 (+0%)
Mutual labels:  wechat
Wescraper
依赖Scrapy和搜狗搜索微信公众号文章
Stars: ✭ 46 (-16.36%)
Mutual labels:  wechat
L Passport
Koa middleware and api sdk for wechat oauth, qq oauth, baidu oauth and weibo oauth
Stars: ✭ 52 (-5.45%)
Mutual labels:  wechat
Macwechatplugin
MacWeChatPlugin
Stars: ✭ 44 (-20%)
Mutual labels:  wechat
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+1765.45%)
Mutual labels:  wechat
Android Wechat Tool
a wechat tool for android
Stars: ✭ 51 (-7.27%)
Mutual labels:  wechat
Workmanger
laravel+vue.js 前后端分离实战项目(项目中wx端等已经存在,因为涉及业务较多,不再更新到github 需要参考可以私聊我)
Stars: ✭ 41 (-25.45%)
Mutual labels:  wechat
Steamcn Mini Program
SteamCN Forum WeChat Mini Program. SteamCN 蒸汽动力论坛微信小程序
Stars: ✭ 54 (-1.82%)
Mutual labels:  wechat
Wechat articles spider
微信公众号文章的爬虫
Stars: ✭ 993 (+1705.45%)
Mutual labels:  wechat
Gopay
QQ、微信(WeChat)、支付宝(AliPay)的Go版本SDK。【微信支付V3已支持,推荐使用微信V3接口】
Stars: ✭ 1,034 (+1780%)
Mutual labels:  wechat
Vdonate
💰 为你的网站增加个微信、支付宝二维码,方便读者打赏
Stars: ✭ 55 (+0%)
Mutual labels:  wechat
Antmove
小程序转换器,基于支付宝/微信小程序, 轻松地转换成其它平台的小程序。
Stars: ✭ 1,078 (+1860%)
Mutual labels:  wechat
Wechatbot
A wechat bot implemented in Python.
Stars: ✭ 51 (-7.27%)
Mutual labels:  wechat

HHNavigationController

Intro

A customize navigation controller to hide navigation bar when push and pop viewcontroller. When using UINavigationController to push or pop a controller which navBar is hidden, the effect of switching the bar is so poor. To improve this effect, I add a fake navBar to the controller which navBar is not hidden.

中文介绍

iOS的navigationBar在透明和非透明切换时效果非常丑陋,原因在于实现切换viewController时 两个viewController使用了同一个navigationBar,只能同时透明或者非透明。想要解决这个问题 其实也很简单,就是在切换的时候判断是否需要顶部透明,对于非透明的viewController,在顶部 添加一个假navigationBar就可以了

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].