views:

251

answers:

2

Hi

How to draw text on imageview using coregraphics in iphone

A: 

Add a UILabel as a subview.

Marcelo Cantos
+2  A: 

Eather use a UILabel over your imageView or draw a string in the current graphics context with

- (CGSize)drawInRect:(CGRect)rect withFont:(UIFont *)font lineBreakMode:(UILineBreakMode)lineBreakMode
AlexVogel
thanks it worked
chaitanya