macOS Develop

NSTextField

2018-07-25  本文已影响74人  VictorZhangWang
#import "MYTextField.h"
@implementation MYTextField

- (void)drawRect:(NSRect)dirtyRect {
    [super drawRect:dirtyRect];
    [(NSTextView*)[self currentEditor] setInsertionPointColor:[NSColor blueColor]];
}

@end
textField.stringValue = newAppPath ? newAppPath : @"";
上一篇 下一篇

猜你喜欢

热点阅读