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