listenzz / HBDNavigationBar

A custom UINavigationBar for smooth switching between various states, including bar style, bar tint color, background image, background alpha, bar hidden, title text attributes, tint color, shadow hidden...
MIT License
1.65k stars 215 forks source link

关于导航栏返回/自定义UIBarButtonItem按钮侧滑消失过渡效果的优化 #120

Closed devcxm closed 4 years ago

devcxm commented 4 years ago

体验了京东的侧滑返回效果,相对于HBDNavigationBar,感觉京东返回按钮跟着当前页面移动消失体验更好,而HBDNavigationBar的返回按钮是慢慢变透明然后消失(系统风格),有时候会跟上一级页面出现重叠效果,有点突兀。不知道作者有没有办法实现这种过渡效果?附京东和HBDNavigationBar对比录屏。

京东和HBDNavigationBar对比录屏

listenzz commented 4 years ago

@devcxm 京东这种方式,是把 UINavigationController 的 UINavigationBar 给隐藏了,然后给每个 UIViewController 添加一个 UINavigationBar,这种实现方式已经有人开源了。

devcxm commented 4 years ago

额,作者有没有知道的GitHub地址,去看看。