My code for my NSTextFieldCell is:
- (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView { // Drawing code here. NSGradient *gradi
Use the layer property of NSView, then you can set a corner radius for this.