contentLayoutGuide property
UILayoutGuide
get
contentLayoutGuide
contentLayoutGuide
Implementation
UILayoutGuide get contentLayoutGuide {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIScrollView.contentLayoutGuide', iOS: (false, (11, 0, 0)));
final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_contentLayoutGuide);
return UILayoutGuide.fromPointer($ret, retain: true, release: true);
}