Skip to content
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

Coach marks don't get hidden when swiping left in a navigation controller. #5

Closed
Danappelxx opened this issue Aug 5, 2015 · 3 comments

Comments

@Danappelxx
Copy link

By swiping left I mean dismissing the segue with the built in left-side gestures.

@bubudrc
Copy link
Owner

bubudrc commented Aug 6, 2015

hmmm... I don't understand what is the problem.
Can you add more detail about what are you doing and what's the result?

@Danappelxx
Copy link
Author

Yeah for sure - sorry for not being clear enough.

When I swipe from the left edge while being several levels deep in my navigation controller stack, by default Apple pops the navigation controller and performs a pretty segue.

The problem is that even when the coachmarks are shown, this effect still persists. I can work around this by disabling swipe through the coachmarks delegate but it seems like something that should work right out of the box.

@bubudrc
Copy link
Owner

bubudrc commented Aug 6, 2015

I still not understand which is the problem...
but, you always can remove the MPCoachMarks view using:

[myCoachMarksView removeFromSuperview];

I would like to see an example if it's possible to give you a better solution, if I can.

@bubudrc bubudrc closed this as completed Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants