在 iPhone 中插入文本或编辑图像
我被这个问题困住了,对此一无所知。?
我的应用程序中确实有一些图像,并且我想在这些图像中插入一些文本,并将其作为用户的输入?
我不知道如何完成这个任务?到底可不可以呢。
基本想法是:我确实将图像放入了应用程序资源中。 我想在某个位置或某个坐标处插入文本。 比方说,用户插入:圣诞快乐,因此文本包含在图像中。在图像的特定坐标处。
I am stuck with this problem and not getting any idea about this.?
I do have some images in the application, and I want to insert some text in to that images which I take as input from the user?
I don't have any idea how to accomplish this task? Is it possible or not.
Basic Idea is : I do have images in to the application resources.
I want to insert text at certain place or at some cordinate.
Lets say, User insert: Merry Christmas, so the text get include in the image. at specific cordinate of the image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
参考 1
< a href="https://stackoverflow.com/questions/2765537/how-do-i-use-the-nsstring-draw-functionity-to-create-a-uiimage-from-text">如何使用NSString 绘制功能从文本创建 UIImage
可能会对您有所帮助
Reference 1
How do I use the NSString draw functionality to create a UIImage from text
may help you a bit
您想保存用户输入的带有文本的图像吗?如果不是,那么你可以简单地在 imageView 上添加标签
Do you want to save the images with text input by the user? If not not then you can simply add label on imageView