I am currently trying to create a View that would handle all the Gesture that could happened on my application.
I would like this view transparent in order to put other view below and they would still display (I don't want to make them subbiews of the handling view)
The Gesture handling works fine until I set the view color on "clearColor" from then, it is has the view disappear. Unless I stick subviews, in this case the gesture are only happening when hitting on subviews.
My question hence is: How could I manage to have the Gesture event happening on a transparent view?