Search code examples
objective-ccocoansalert

NSAlert - can you have a custom icon?


Is there a way to insert a custom icon in a NSAlert? I know you can have different prefabbealert styles but is it possible to cu


Solution

  • Yes. You can use

    - (void)setIcon:(NSImage *)icon
    

    Look at the documentation.