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

希望可以添加测滑返回拦截 #84

Closed lztbwlkj closed 5 years ago

lztbwlkj commented 5 years ago

在某些编辑界面需要手动返回提示”是否保存本次编辑“,希望可以支持一下

listenzz commented 5 years ago

重写当前 ViewController 的 hbd_backInteractivehbd_swipeBackEnabled ,返回 NO 即可

lztbwlkj commented 5 years ago

这个不是关闭当前页面的的测滑返回了吗?

listenzz commented 5 years ago

hbd_backInteractive 可以兼顾测滑和点击返回按钮的情况。重写该方法,如果需要提示是否保存,就弹出提示,返回 NO。

lztbwlkj commented 5 years ago

返回按钮我自己通过self.navigationItem.leftBarButtonItem全局添加的 hbd_backInteractive就拦截不到了