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