I’ve been researching this question but the answer I found does not work.
[myImageView addSubview:myTextView];
I want the text to become part of the image, so if I saved myImageView to the camera roll, the text would be included.
Am I doing something wrong or is there another way to do this?
Suppose you’ve already got a UIImage img, then use the following code to add texts