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

Permit multiple cut-out specifications for one single coachmark #7

Closed fatuhoku closed 9 years ago

fatuhoku commented 9 years ago

This is a bit of an unusual use-case, but for instance say you have a stepper that looks like this:

screen shot 2015-08-21 at 14 59 17

... and you want to say that you can touch either of those buttons to alter the value in the middle, in one fell swoop rather than displaying two separate coachmarks.

Would be really useful!.

bubudrc commented 9 years ago

mmmm... in the actual state of the library, you only has the possibility to add an unique mark every moment. You could add the property to manage 2 or more marks with different coordinates