Insert text or Edit Image in 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.
Reference 1
How do I use the NSString draw functionality to create a UIImage from text
may help you a bit
Do you want to save the images with text input by the user? If not not then you can simply add label on imageView
精彩评论