Alternative for NSDrawer?

I see that NSDrawer has been deprecated. What are the alternatives?


How are things like the side panels in Pages done?

Replies

It has been deprecated a long time ago.


There are several options to replace:

- Head Up Display panel (hud), which is very convenient for accessories, information windows, as they float over

- Create a custom class, where you implement a side panel as a custom view in the window. That could be what they did in Pages.

NSSplitView / NSSplitViewController