将 UIimage 视图设置为等于另一个 UIimage 视图
我正在为一个项目制作一个小动画类型的应用程序。我有一个空间可以在 imageView 上绘制图像。然后,当您单击“新页面”按钮时,我需要将该图像视图中的图像移动到时间轴上的另一个图像视图中。希望您能理解我的问题,如果不让我知道您还需要哪些其他信息。
I am making a little animation type of app for a project. I have a space to draw images on an imageView. Then when you click the new page button I need the image in that imageview to move into another imageview I have on the timeline. Hopefully you understand my problem if not let me know what other information you need.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
hai 检查此代码这将允许您绘制任何图像,然后您可以使用 nsdata 格式的 getimage 方法访问您的图像。然后你可以将其从 nsdata 转换为图像
hai Check This code This will allow you to draw any image and then you can access your image using method getimage in nsdata format. and then you can convert it into image from nsdata
声明 2 个 UIImageViews ,第一个带有图像,第二个没有任何图像,即空 UIImageView,但具有原点和大小。
然后,当你想要制作动画时,请执行以下操作,
declare 2 UIImageViews , first with the image and second without any image, ie., empty UIImageView, but having an origin and size.
Then, when u want to animate, do the following,