UINavigationController+SXFullScreen.h 393 B

12345678910111213141516171819202122
  1. //
  2. // UINavigationController+SXFullScreen.h
  3. // UINavigation-SXFixSpace
  4. //
  5. // Created by charles on 2017/9/8.
  6. // Copyright © 2017年 None. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIViewController (SXFullScreen)
  10. /**
  11. 禁止右滑返回属性
  12. */
  13. @property (nonatomic, assign)BOOL sx_disableInteractivePop;
  14. @end
  15. @interface UINavigationController (SXFullScreen)
  16. @end