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