removeConstraints method

void removeConstraints(
  1. NSArray constraints
)

removeConstraints:

Implementation

void removeConstraints(objc.NSArray constraints) {
  objc.checkOsVersionInternal('UIView.removeConstraints:', iOS: (false, (6, 0, 0)));
  _objc_msgSend_xtuoz7(object$.ref.pointer, _sel_removeConstraints_, constraints.ref.pointer);
}