iOS 攔截導航欄返回按鈕事件(只攔截點擊事件不改變系統按鈕樣式)

#import <UIKit/UIKit.h> @protocol BackButtonHandlerProtocol <NSObject> @optional /** 重寫下面的方法以攔截導航欄返回按鈕點擊事件,返回 YES 則 pop,NO 則不 pop @return <#return value description#> */ -(BOOL)navigationShouldP
相關文章
相關標籤/搜索