centerYAnchor property

NSLayoutYAxisAnchor get centerYAnchor

centerYAnchor

Implementation

NSLayoutYAxisAnchor get centerYAnchor {
  objc.checkOsVersionInternal('UIView.centerYAnchor', iOS: (false, (9, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_centerYAnchor);
  return NSLayoutYAxisAnchor.fromPointer($ret, retain: true, release: true);
}