NSDrawerDelegate
A set of methods that drawer delegates implement to open, close, and resize the drawer.
Declaration
protocol NSDrawerDelegate : NSObjectProtocolTopics
Opening and Closing Drawers
drawerShouldOpen(_:)drawerWillOpen(_:)drawerDidOpen(_:)drawerShouldClose(_:)drawerWillClose(_:)drawerDidClose(_:)