有没有一种简单的方法允许与位于另一个 UIView 下的 UIView 中的一个按钮进行交互——在这个按钮的顶部 UIView 中没有实际的对象?
例如,现在我有一个 UIView (A) ,顶部有一个对象,屏幕底部有一个对象,中间什么都没有。它位于另一个中间有按钮的 UIView (B)之上。然而,我似乎不能与 B 中间的按钮互动。
I can see the buttons in B - I've set the background of A to clearColor - but the buttons in B do not seem to receive touches despite the fact that there are no objects from A actually on top of those buttons.
EDIT -我仍然希望能够与顶部 UIView 中的对象进行交互
肯定有一个简单的方法可以做到这一点吧?