- (void)drawRect:(NSRect)dirtyRect { [super drawRect:dirtyRect]; [[NSColor clearColor] setFill]; NSRectFill(self.bounds); self.wantsLayer = YES; self.layer.cornerRadius = 8; self.layer.masksToBounds = YES; } 相关文章: 2021-07-10 2021-06-28 2021-09-24 2021-11-04 2021-08-03 2021-08-03 2021-11-13 2021-11-27