Pergunta

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

Foi útil?

Solução

Yes. You can use

- (void)setIcon:(NSImage *)icon

Look at the documentation.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top