Reputation: 13
I am developing an application for Mac OS X. In this application, I need to implement "smart notification window". What I mean by this term.
Here some screenshots:
In the app I develop, such "smart notification" will be appear under system bar icon. If you work on a Mac you might notice a similar windows.
Does anybody has some code tutorial or examples of such "windows" draw.
Working in XCode, Cocoa Environment.
Upvotes: 1
Views: 573
Reputation: 53950
See MAAttachedWindow from Matt Gemmel:
You'll have to scroll down a bit...
Upvotes: 2