1

我的视图层次结构是

UIViewController.view

一个子视图(在一半大小的主视图和底部)

此子视图上的按钮

我想获取此按钮相对于我的主视图的坐标

此按钮的 CGRect 但根据 superview。

4

2 回答 2

5
[self.view convertRect:button.frame fromView:button.superview];
于 2013-07-25T14:26:18.720 回答
0

采用

 [view convertPoint:thePoint toView:subview];
于 2013-07-25T14:28:21.397 回答