Is there anyway of making a UILabel wrap to the next line or do I have to use a UITextView?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You would need to set the |
|||||||
|
|
What you want is to adjust your label according to the content's size. In iOS 6, AutoLayout will work a charm, you should set the label to have In a non AutoLayout scenario, you will also want to make sure the frame of your Please check out this answer and sample code for that: http://stackoverflow.com/a/8796896/662605 |
|||
|
|