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