Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Menu overlay blocks UI #15

Open
pssam opened this issue Jun 9, 2014 · 1 comment
Open

Menu overlay blocks UI #15

pssam opened this issue Jun 9, 2014 · 1 comment

Comments

@pssam
Copy link

pssam commented Jun 9, 2014

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?

@false
Copy link

false commented Sep 15, 2014

Hi pssam,
see #16
it should solve your problem.

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

No branches or pull requests

2 participants