Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: iPhone - 在整个 UIWindow 中获取 UIView 的位置
有没有内置的方法来做到这一点?还是我必须跳过所有超级视图,将所有 Y 原点相加,直到我到达 mainWindow?
这是iPhone 的副本 - 在整个 UIWindow 中获取 UIView 的位置
只需使用:
[aView convertPoint:localPosition toView:nil];