DrawerController
DrawerController copied to clipboard
Fix top layout guide calculation for side controllers.
This PR fixes an issue with top layout guide or safe area.
First sample shows that safe area is ignored for left side controller (tableview's top is pinned to safe area):

Second sample shows the correct behavior (with 20px indent for status bar):

Here are the full demo project: TestDrawerController.zip I've left comments in Podfile to easily switch between my fork and latest released DrawerController pod.
@sascha, MMDrawerController has the same issue and discussed at https://github.com/mutualmobile/MMDrawerController/issues/291.