i have UILabel (cocoa touch framework) and i want to right and left justify its text. as a consequence it will stretch the text inside.
Example: like if i had this text "While the saved costs of physical manufacturing and shipping" it would appear like the following:
"While the saved"
"c o s t s o f"
"p h y s i c a l"
"manufacturing"
"a n d shipping"
as you can see left and right justification...
how can i achieve that ???
many thanks
- i'm sorry i had to put the double qoutations to post the question.
The perfect solution is to used
NSMutableParagraphStyle
Its very easy after the release of IOS 6. Use this