tags:

views:

50

answers:

1

hi, i have displayed one text in UIview (through drawRect ) with UIScrollview.but when i zoom , the text goes ouside of the frame , i want to wrap automatically , any help please?

A: 

Something like

[theText drawInRect: b withFont: f];
David Dunham