Hi
How to draw text on imageview using coregraphics in iphone
Hi
How to draw text on imageview using coregraphics in iphone
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