davdroman / Popsicle

Simple, extensible interpolation framework
MIT License
1.09k stars 105 forks source link

TouchView #18

Closed ferbass closed 9 years ago

ferbass commented 9 years ago

I create a simple interpolation between 2 views, but in the first view i have one Button, i need this button can be touched in second view.

I try to set secondView userInteractionEnabled, but have no effect, any idea?

Thank you

davdroman commented 9 years ago

Hi there @ferbass.

This issue has appeared in #13, and I believe I provided a neat workaround (I can't really verify it since I got no answer from @hsavit1).

ferbass commented 9 years ago

Hi @DavdRoman, this way works great for me

Thank you