gpt4 book ai didi

ios - 如何计算 UIView 相对于 iPad 上背景图像的位置

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:31:14 26 4
gpt4 key购买 nike

我有背景图片,希望能够将 UIViews 添加到该图片上的某个点。当它随后加载到另一台设备上时,它将位于不同的位置,因为图像框架是 self.view.bounds

有没有一种方法可以存储相对于图像的 UIViews 位置?

谢谢

最佳答案

使用 UIView 中可用的以下方法。

  • (CGPoint)convertPoint:(CGPoint)point toView:(nullable UIView *)view;
  • (CGPoint)convertPoint:(CGPoint)point fromView:(nullable UIView *)view;
  • (CGRect)convertRect:(CGRect)rect toView:(nullable UIView *)view;
  • (CGRect)convertRect:(CGRect)rect fromView:(nullable UIView *)view;

关于ios - 如何计算 UIView 相对于 iPad 上背景图像的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46926154/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com