Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何捕捉 UINavigationBar 后退按钮按下事件?我希望在导航/返回之前的视图控制器之前做点什么。
欢迎任何评论
您可以设置UINavigationBar.delegate属性并实现协议的任一navigationBar:shouldPopItem:或navigationBar:didPopItem:方法UINavigationBarDelegate。
UINavigationBar.delegate
navigationBar:shouldPopItem:
navigationBar:didPopItem:
UINavigationBarDelegate