NSSegmentedControl片段图像的推荐大小是多少?
- (void)setImage:(NSImage *)image forSegment:(NSInteger)segment
我目前使用26x26PNG图像,它看起来很模糊。
我想要的是:
发布于 2014-11-29 10:58:13
从苹果的HIG上得到答案
ref/doc/uid/20000957-CH89-SW1
我使用了19x19模板图像,工作得很好。
https://stackoverflow.com/questions/27198995
相似问题