标签:ida nim bool control ios self enable 手势 void
- (void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:YES];
self.navigationController.interactivePopGestureRecognizer.enabled = YES;
}
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:YES];
self.navigationController.interactivePopGestureRecognizer.enabled = NO;
}
标签:ida nim bool control ios self enable 手势 void
原文地址:http://www.cnblogs.com/isItOk/p/6036653.html