最佳答案
我有一个 UIView,其中我已经安排了 UIButtons。我想找到这些 UIButtons 的位置。
我知道,buttons.frame
将给我的立场,但它将给我的立场,只有相对于其直接的监督。
有没有什么办法可以找到这些按钮的位置,根据 UIButtons 浏览器的视图?
例如,假设有一个名为“ firstView”的 UIView。
然后,我有另一个 UIView,“ Second View”,这个“ Second View”是“ firstView”的子视图。
Then I have UIButton as a subview on the "secondView".
->UIViewController.view
--->FirstView A
------->SecondView B
------------>Button
现在,有没有什么办法可以找到那个 UIButton 相对于“ firstView”的位置?