Convert coordinates between parent/child UIView after CGAffineTransform

前端 未结 1 566
旧时难觅i
旧时难觅i 2021-02-01 15:26

Before I go into doing everything by hand I would like to ask if there is some help to get from the framework.

I have a UIView that holds another UIView with a map. The

1条回答
  •  北海茫月
    2021-02-01 15:53

    UIView's -convertPoint:toView: and -convertPoint:fromView: should work for you.

    0 讨论(0)
提交回复
热议问题