mutualmobile/MMDrawerController

RotationMethods in MMDrawerController deprecated since iOS 8

224XS opened this issue · 0 comments

224XS commented

The methods subclassed:
shouldAutomaticallyForwardRotationMethods
and
automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers

are deprecated should be replaced with calls to Manually forward calls to the viewWillTransitionToSize:withTransitionCoordinator: method as needed.

Not entirely obvious