문제

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

도움이 되었습니까?

해결책

Yes. You can use

- (void)setIcon:(NSImage *)icon

Look at the documentation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top