I am creating cocoa app in which i created NSTextField programmatically like this,
NSTextField
NSView *superView = [[NSView alloc] initWithFrame:NSMakeRec
override ViewWillDraw and position your NSTextField in the center of its parent view at this point. This works with live resizing as well. You can also adjust font size at this point to find a font which fits the new size.