How do I use the NSString draw functionality to create a UIImage from text

Posted by Jaba on Stack Overflow See other posts from Stack Overflow or by Jaba
Published on 2010-05-04T13:12:23Z Indexed on 2010/05/04 13:28 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

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!!

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone