I want to use this method
- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)delegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo;
I found that NSAlert has this method. However, NSAlert will always come with its icon and its header text. Can I get rid of both of them and just have only my custom view?
You can do some hack:
Here I have used a transparent image, click here to download.