I have a xib file of type View XIB. In it I have a View controller, and in the View controller I have a label.
I have long text that I want to break, but it doesn't - it gets truncated.
I tried this solution - I did it in the attribute window - but it doesn't help.
views:
39answers:
1
+1
A:
You could use a TextView and disable the Editable and User Interaction Enabled options in IB.
Ferruccio
2010-10-14 13:39:30