-
Notifications
You must be signed in to change notification settings - Fork 66
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
Crash at line 240 of BFNavigationBarDrawer.m #9
Comments
Line 240 is |
I am pretty sure that a message sent to a nil object is treated as no-op in Objective-C. The problem's cause should lie elsewhere. |
I can't reproduce this. Could you maybe post your view controller's code in a gist, or at least the relevant parts? Thank you. |
I think that I know when this error occurs. It only takes place when view controller interactive swipe takes place. I have the same issue. I didn't manage to fix it. |
Here are the logs.
I am calling the hideAnimated method from my view controller's viewWillDisappear. It is important to note that this crash doesn't happen most of the time.
The text was updated successfully, but these errors were encountered: