So, this is my case :
- One
NSBox
- Inside this, there is an
NSTextField
What I want to do is :
- Programmatically manage to position the textField in the box (e.g. top left, top right, center, etc).
I've tried doing it with NSTextField
's bounds
or frame
, but I don't think I can make it...
Any ideas?