I have UIPickerView
inside my view hierarchy, but its not directly inside of my view, when I try to interact with Picker View it doesn't respond. I've tried some answers from StackOverflow but they did not work.
This is one of the answers I found and I thought it would work, I've tried it but it did not work, there is a swift answer in this article and i tried that one.
Capturing touches on a subview outside the frame of its superview using hitTest:withEvent:
Could anybody help me? I can give you some more information if you'll need it
Any Suggestions or links to follow?