You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
I store a menu in a property, When I show the menu and press a menu item many times my application hangs. I did a little research and found that popup's overlay is created in the method - (void)showInView:(UIView *)view targetRect:(CGRect)targetRect animated:(BOOL)animated;
So I think that for a some reason an overlay view is created several times and only one overlay is removed when use press a menu item.
Could you please fix this?
The text was updated successfully, but these errors were encountered:
I store a menu in a property, When I show the menu and press a menu item many times my application hangs. I did a little research and found that popup's overlay is created in the method - (void)showInView:(UIView *)view targetRect:(CGRect)targetRect animated:(BOOL)animated;
So I think that for a some reason an overlay view is created several times and only one overlay is removed when use press a menu item.
Could you please fix this?
The text was updated successfully, but these errors were encountered: