如何绕z轴旋转ImageView+ iPhone?

发布于 2024-10-09 22:55:11 字数 236 浏览 4 评论 0原文

我定制了一个轮播视图(照片库),当我滚动时,我希望图像向屏幕背面旋转。给人以图像以圆形方式移动的印象。

CGAffineTransformRotate 只是在 x 轴上旋转图像。我想以最终图像垂直于屏幕的方式旋转它。

人们有什么想法吗?

编辑: ** 我认为我的问题不清楚。我想要的是屏幕上的图像旋转并垂直于屏幕。它应该只能以直线形式可见。(或者它在 45' 处作为倾斜图像)?**

I have customized a carousel View(photo gallery) and when i scroll I want the images to rotate towards the back of the screen. To give the impression that the images are moving in a circular way.

CGAffineTransformRotate just rotates the image on the x axis. I want to rotate it in such a way that finally the image is perpendicular to the screen.

Any thoughts people?

Edit:
** I dont think my question was clear. What i want is a image on the screen to rotate and be perpendicular to the screen. It should be visible only as a straight line.(or wen it is at 45' as a slant image)?**

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

闻呓 2024-10-16 22:55:11

您可以使用 CATransform3DRotate。您可以在此处查看一个基本示例:
CATransform3DRotate 和 UIImageView

希望这有帮助,
莫西

You can use CATransform3DRotate. You can see a basic example here:
CATransform3DRotate and UIImageView

Hope this helps,
Moszi

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文