userInterfaceLayoutDirection property
UIUserInterfaceLayoutDirection
get
userInterfaceLayoutDirection
userInterfaceLayoutDirection
Implementation
UIUserInterfaceLayoutDirection get userInterfaceLayoutDirection {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIApplication.userInterfaceLayoutDirection', iOS: (false, (5, 0, 0)));
final $ret = _objc_msgSend_qj4fey(_$$ref.pointer, _sel_userInterfaceLayoutDirection);
return UIUserInterfaceLayoutDirection.fromValue($ret);
}