views:

39

answers:

1

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.

+1  A: 

You could use a TextView and disable the Editable and User Interaction Enabled options in IB.

Ferruccio