如何获取关于superview的按钮坐标?

时间:2013-07-25 14:23:47

标签: ios cocoa-touch ios6

我的视图层次结构是

UIViewController.view

子视图(在半视图和底部的主视图上)

此子视图上的按钮

我希望得到关于我的主视图的这个按钮的坐标

此按钮的CGRect,但根据superview。

2 个答案:

答案 0 :(得分:5)

[self.view convertRect:button.frame fromView:button.superview];

答案 1 :(得分:0)

使用

 [view convertPoint:thePoint toView:subview];