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