如何在 UIImageview 上创建中心点
大家好,我正在尝试从该图像上的黑点旋转 UIImageview。 现在发生的事情是中心没有改变 我已经尝试过这样的。
Image.Center = CGPointmake(37.3,150);
当我调用这个集合时,图像只是在屏幕上移动。
谢谢!
Hi Guys I am trying to rotate a UIImageview from the Black dot on this image.
what is happening now is that the center is not changing
I have tried like this.
Image.Center = CGPointmake(37.3,150);
when I am calling this set the image just moves across the screen.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要添加此代码:-
You need to add this code:-