How do I use the NSString draw functionality to create a UIImage from text
- by Jaba
I have an NSString that I would like to draw it's contents to a UIImage but have absolutely NO idea how I would go about doing this. I need to call a method that I give it an NSString and returns a UIImage with the text drawn into it.
Please help!!