Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Is it possible to make Tap Gesture Recognizer work if UIImageView it's connected to is under UIScrollView?

I have a UIImageView with Tap Gesture Recognizer connected to it ("Mans body image view"). When I tap this UIImage I want it to call a keyboard with colors so I can change skin color of this mans figure.

For now it does not work because on top of Mans body image view I have 4 scroll views which are responsible for hair, facial hair and clothing (tops and bottoms).

Is there any way I can make Tap Gesture Recognizer (under scroll views) to react on my taps?

Please take a look on a screenshot https://i.stack.imgur.com/bSyaA.png

Thank you