Question

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

Was it helpful?

Solution

Yes. You can use

- (void)setIcon:(NSImage *)icon

Look at the documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top