I have NSTextField containing a long string, I would like the string to be split in several lines. But now if I limit the length of the view I see the string clipped. I have tried also to use cell's setWraps method and setLineBreakMode:NSLineBreakByWordWrapping but the problem is still there
What can I try? I am working on mac OS application (not Iphone)
Thanks in advance