rahuliyer95 / iShowcase

Highlight the best parts of your application
MIT License
65 stars 25 forks source link

Added option hideOnTouchOutside #12

Closed Burtan closed 7 years ago

Burtan commented 7 years ago

Hi, I've added the option hideOnTouchOutside (which exists in the original Android Showcase) by evaluating where the touch event happens and only dismissing the showcase view when it is inside the showcaseRect.

Burtan commented 7 years ago

I just realized, I changed the code style of the UIView.animate part. I'll make a new request.