iOS下子控件中的子控件的位置转换成在父控件的位置

时间:2014-05-08 11:59:01   收藏:0   阅读:335

CGRect focusFrame = [_scrollView convertRect:_joinView.frametoView:self.view];

这里_scrollView是self.view的子控件

_joinView是_scrollView的子控件,这里是计算出_joinView在self.view的位置,

当然还有其他类似的方法

[view convertPoint:<#(CGPoint)#> fromView:<#(UIView *)#>]

[view convertPoint:<#(CGPoint)#> toView:<#(UIView *)#>]

[self.view convertRect:<#(CGRect)#> fromView:<#(UIView *)#>]

[self.view convertRect:<#(CGRect)#> toView:<#(UIView *)#>]

 

iOS下子控件中的子控件的位置转换成在父控件的位置,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!