shouldAutomaticallyForwardRotationMethods method
- @Deprecated('Manually forward viewWillTransitionToSize:withTransitionCoordinator: if necessary')
shouldAutomaticallyForwardRotationMethods
Implementation
@Deprecated('Manually forward viewWillTransitionToSize:withTransitionCoordinator: if necessary')
bool shouldAutomaticallyForwardRotationMethods() {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIViewController.shouldAutomaticallyForwardRotationMethods', iOS: (false, (6, 0, 0)));
return _objc_msgSend_91o635(_$$ref.pointer, _sel_shouldAutomaticallyForwardRotationMethods);
}