rahuliyer95 / iShowcase

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

setUserInteractionEnabled NO #3

Closed walsh2000 closed 8 years ago

walsh2000 commented 9 years ago

Hello

Is it necessary to set user interaction enabled to NO then to YES? I'm concerned that setting user interaction to YES for every view in the hierarchy may be a mistake.

In the example app, the iShowcase view is on top and appears to have user interaction enabled, so it should soak up taps. Was there a reason to flip all views to user interaction YES every time?

Thank you for your time

rahuliyer95 commented 8 years ago

In testing I found that touch is recognized by views hidden by the background. If you can confirm that its not needed, I will remove it.