effectiveUserInterfaceLayoutDirection property
UIUserInterfaceLayoutDirection
get
effectiveUserInterfaceLayoutDirection
effectiveUserInterfaceLayoutDirection
Implementation
UIUserInterfaceLayoutDirection get effectiveUserInterfaceLayoutDirection {
objc.checkOsVersionInternal('UIView.effectiveUserInterfaceLayoutDirection', iOS: (false, (10, 0, 0)));
final _ret = _objc_msgSend_qj4fey(this.ref.pointer, _sel_effectiveUserInterfaceLayoutDirection);
return UIUserInterfaceLayoutDirection.fromValue(_ret);
}