Quote:
Originally Posted by fernan3682
Hi.
I´m new with Iphone SDK and I´d like to generate a UIImage filled with text.
I´ve done it creating a context and using CGContextShowTextAtPoint later but I need this text to be justified.
An UIlabel justified doesn´t help me because the text is not part of the image.
Can someone help me?
Thanks a lot.
|
I would just add an UILabel as a subview to the UIImage.