bottomLayoutGuide property

UILayoutSupport get bottomLayoutGuide

bottomLayoutGuide

Implementation

UILayoutSupport get bottomLayoutGuide {
  objc.checkOsVersionInternal('UIViewController.bottomLayoutGuide', iOS: (false, (7, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_bottomLayoutGuide);
  return UILayoutSupport.castFromPointer(_ret, retain: true, release: true);
}