I need to display informative message box in Cocoa Application, which control should i use,
i read the document of NSAlert, but it seems, it will create the modal message box, where i need something, where i will just show a popup for fraction of seconds and will get destroyed after some time by it self.
I need to display informative message box in Cocoa Application, which control should i
Share
you could use the
NSTimerfor auto dismiss.After 60.0 second , iOS will call the below function