gpt4 book ai didi

xcode - 使用 Xcode 和 iOS SDK 围绕任意点旋转图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:18:49 25 4
gpt4 key购买 nike

我正在为 iOS 开发一个应用程序,其中有一个图像显示度数(从 0 到 180),第二个图像代表一个红色箭头。

我希望箭头根据用户在数字字段中输入的输入从 0 到 180 简单地旋转。

此时箭头围绕其中心旋转(对应于箭头图像的中心),但我希望箭头从底部旋转。简而言之,我的问题是:如何使用 Xcode 和 iOS SDK 围绕任意点旋转图像?

这是我准备的一张图片,用于直观地展示我遇到的问题: enter image description here

最佳答案

我建议查看 UIViewtransform documentationanchorPoint 属性:

The origin of the transform is the value of the center property, or the layer’s anchorPoint property if it was changed. (Use the layer property to get the underlying Core Animation layer object.) The default value is CGAffineTransformIdentity.

关于xcode - 使用 Xcode 和 iOS SDK 围绕任意点旋转图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13615215/

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