preferredInterfaceOrientationForPresentation property
UIInterfaceOrientation
get
preferredInterfaceOrientationForPresentation
preferredInterfaceOrientationForPresentation
Implementation
UIInterfaceOrientation get preferredInterfaceOrientationForPresentation {
objc.checkOsVersionInternal(
'UIViewController.preferredInterfaceOrientationForPresentation',
iOS: (false, (6, 0, 0)),
);
final _ret = _objc_msgSend_14s25dk(this.ref.pointer, _sel_preferredInterfaceOrientationForPresentation);
return UIInterfaceOrientation.fromValue(_ret);
}