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

Added support to load images when built as a framework. #8

Closed sirnacnud closed 9 years ago

sirnacnud commented 9 years ago

When built as a framework, the images will be in a different bundle than the main bundle. This change adds support to look in the correct bundle.

I also corrected the image name for the case when the arrow is on top.

ctews commented 9 years ago

Could you merge this one please?

bubudrc commented 9 years ago

Done. Thanks @sirnacnud.

Regards