Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新版本拍照闪退问题 #91

Open
2435324075 opened this issue Dec 13, 2017 · 1 comment
Open

最新版本拍照闪退问题 #91

2435324075 opened this issue Dec 13, 2017 · 1 comment

Comments

@2435324075
Copy link

最新的版本(忘了是2.1还是2.2),使用相机会闪退,换回1.5的就正常了

@tbl00c
Copy link

tbl00c commented Dec 14, 2017

找到jz_viewDidLoad方法用下面的替换试下

  • (void)jz_viewDidLoad {
    // NSAssert(!self.delegate, @"Set delegate should be invoked when viewDidLoad");
    self.delegate = self.delegate;
    [self.interactivePopGestureRecognizer setValue:@no forKey:@"canPanVertically"];
    self.interactivePopGestureRecognizer.delegate = self.jz_navigationDelegate;
    [self jz_viewDidLoad];
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants