getAreAnimationsEnabled static method

bool getAreAnimationsEnabled()

areAnimationsEnabled

Implementation

static bool getAreAnimationsEnabled() {
  objc.checkOsVersionInternal('UIView.areAnimationsEnabled', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(_class_UIView, _sel_areAnimationsEnabled);
}