I work with Xcode5.
I would like the width of my NSTextField to adapt to its content.
If possible, I would like to do this in InterfaceBuilder and if possible, without subclassing.
EDIT :
I am working with autolayout ON !! (which seems to prevent me from changing the width of my NSTextField)