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?