-
Notifications
You must be signed in to change notification settings - Fork 370
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
Observation leak when calling dismissPopoverAnimated #162
Comments
I have the same problem. It also happens on iOS 8 for me. |
Got the same problem. Repro is to try to display popover while dismiss animation is still going on, I think, or something like that. I reproduced the crash basically by tapping very fast on a button inside my view controller that shows the popover. Fixed by adding this to the beginning of [WYPopoverController dealloc] method:
|
@alexrogachev In this way application might crashed even my application is crashing if I tap very fast on button (which use to display popover). |
Has this issue been addressed? |
@woodydaniel This repository is abandoned. Try this one: https://github.com/sammcewan/WYPopoverController |
Thanks @vitalys |
On iOS7 only (iOS8 it's OK) - when manually doing
[popoverController dismissPopoverAnimated:YES];
And than trying to re-open the popover (using
presentPopoverFromRect
)I'm getting:
Tried to debug it - it seems that this is the
preferredContentSize
but this is as far as I succeededThe text was updated successfully, but these errors were encountered: