旋转图像以使其位于屏幕中心
每次打开应用程序时,我都有一个位于随机位置的图像,我想将其定向到屏幕中心(160,240),我该怎么做?我认为我必须计算一个角度并用这个角度进行旋转,但我不确定:/对不起我的英语,我是法国人:/
I have an image which is at a random position every time the application is open and I want to orient it to the center of the screen (160,240), how can I do this please ? I think that I must calculate an angle and make a rotation with this angle but I'm not sure :/ sorry for my english I'm french :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望我正确理解你的问题。
如果您在 nib 文件中添加 UIImageView,则应该将其放在您想要加载图像的位置。然后在尺寸检查器中确保所有内容都符合您想要图像执行的操作。如果我错了,请告诉我你如何实现该图像,我将相应地更新我的答案
I hope I understood your question correctly.
If you add the UIImageView in the nib file you should just put it where you want the image to load. Then in the Size inspector make sure everything there matches what you want the image to do. If I am wrong please tell me how you implement the image and I will update my answer accordingly