getRequiresConstraintBasedLayout static method

bool getRequiresConstraintBasedLayout()

requiresConstraintBasedLayout

Implementation

static bool getRequiresConstraintBasedLayout() {
  objc.checkOsVersionInternal('UIView.requiresConstraintBasedLayout', iOS: (false, (6, 0, 0)));
  return _objc_msgSend_91o635(_class_UIView, _sel_requiresConstraintBasedLayout);
}