Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 使用 Cocoa 为文件夹创建图标
我正在尝试设置自定义文件夹图像,但只能使用cocoa作为保管箱: 但我意识到这并不简单。
有人有解决方案/提示吗?
NSWorkspace类的使用- (BOOL)setIcon:(NSImage *)image forFile:(NSString *)fullPath options:(NSWorkspaceIconCreationOptions)options方法。
- (BOOL)setIcon:(NSImage *)image forFile:(NSString *)fullPath options:(NSWorkspaceIconCreationOptions)options