MatthewYork / MYBlurIntroductionView

A super-charged version of MYIntroductionView for building custom app introductions and tutorials.
MIT License
1.53k stars 195 forks source link

Fast swipe bug [bug] #29

Open andwhy opened 9 years ago

andwhy commented 9 years ago

If i swipe super fast i can't leave introduction view. In your example you it works well. Maybe it's appear because i add MYBlurIntroView to "window" in app delegate?

MYBlurIntroductionView *introductionView = [[MYBlurIntroductionView alloc] initWithFrame:self.window.bounds];
[self.window addSubview:introductionView];

See video https://www.dropbox.com/s/dkkeczdzcl9c28o/blurbug.mov?dl=0

5kccp commented 9 years ago

Yes, i have got this bug too.

simplelife-patrick commented 9 years ago

Same bug, it's a critical problem for use experience, any owner could give some clue?

wayneforrest commented 7 years ago

I too have the same bug.. is there a fix yet?