Im wondering if its possible to press right through a UIView?
I would like to have a button in the underlying view to recieve the press, but instead the view that is displayed on top is impeding this.
The view is placed on top of the underlying view using addSubview, so the underlying view is not pushed away or anything.
Possible?
I would like to have a button in the underlying view to recieve the press, but instead the view that is displayed on top is impeding this.
The view is placed on top of the underlying view using addSubview, so the underlying view is not pushed away or anything.
Possible?