Alexe
Alexe

Reputation: 13

Smart Notification Window under Mac OS X

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:

Screenshot ScreenShot2

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.

Screenshot3

Does anybody has some code tutorial or examples of such "windows" draw.

Working in XCode, Cocoa Environment.

Upvotes: 1

Views: 573

Answers (1)

Macmade
Macmade

Reputation: 53950

See MAAttachedWindow from Matt Gemmel:

http://mattgemmell.com/source

You'll have to scroll down a bit...

enter image description here

Upvotes: 2

Related Questions