Does anyone know how to create a notify window like the dropbox's built-in notification system in cocoa?
window like
Links about the notificatio开发者_如何学JAVAn system
Thanks
The answer is in your question: Dropbox is using Growl for notifications. Here is Growl developer documentation. Oh, and don't tell the Growl developers that the nofitication system is built-in. ;-)
Ok I found the way to implementation this. Do not use the Interface Builder,objective-c code instead.Rewrite the NSWindow as you want.
精彩评论