I have something like a mixer, which opens the tracks volumes when I touch a button.
To avoid making the view bigger than it needs, i'm drawing the volume sliders outside the bounds. The thing is that now, I have the touch being handled by what is below those sliders and not the sliders them selfs.
How can I make a UIView child receive the touch when it is outside the parents bound, but above anything else that is drawn around?
Is this possible?
I tried the hit test method suggested in the link below without success:
interaction beyond bounds of uiview
Thanks,
With my best regards,
Nuno Santos