12345678910111213141516171819202122 |
- //
- // UINavigationController+SXFullScreen.h
- // UINavigation-SXFixSpace
- //
- // Created by charles on 2017/9/8.
- // Copyright © 2017年 None. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIViewController (SXFullScreen)
- /**
- 禁止右滑返回属性
- */
- @property (nonatomic, assign)BOOL sx_disableInteractivePop;
- @end
- @interface UINavigationController (SXFullScreen)
- @end
|