views:

66

answers:

1

How can I open and close a drawer in a Cocoa Application using a smooth animation?

+3  A: 

NSDrawer animates be default. You just need to call the relevant methods, or bind its state property to a button.

Apple doc

Benedict Cohen