shouldAutorotate property
bool
get
shouldAutorotate
shouldAutorotate
Implementation
bool get shouldAutorotate {
objc.checkOsVersionInternal('UIViewController.shouldAutorotate', iOS: (false, (6, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_shouldAutorotate);
}