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

Skip button should have it's own delegate #14

Open billburgess opened 8 years ago

billburgess commented 8 years ago

For users that want to detect when a user has cancelled the tutorial, detecting the skip button press would be ideal so you can disable the tutorial from showing again.

billburgess commented 8 years ago

Added pull request for this issue.