superview property

UIView? get superview

superview

Implementation

UIView? get superview {
  objc.checkOsVersionInternal('UIView.superview', iOS: (false, (2, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_superview);
  return $ret.address == 0 ? null : UIView.fromPointer($ret, retain: true, release: true);
}