bubudrc / MPCoachMarks

MPCoachMarks is an iOS class that displays user coach marks with a couple of shapescutout over an existing UI. This approach leverages your actual UI as part of the onboarding process for your user.
MIT License
629 stars 79 forks source link

Allow view to be closed programatically #15

Open billburgess opened 8 years ago

billburgess commented 8 years ago

The view can be displayed via start, but no way to programatically dismiss the view. Adding an -end method or exposing -cleanup would allow you to dismiss this view whenever they need to.

billburgess commented 8 years ago

Added pull request for this issue.