readableContentGuide property
UILayoutGuide
get
readableContentGuide
This content guide provides a layout area that you can use to place text and related content whose width should generally be constrained to a size that is easy for the user to read. This guide provides a centered region that you can place content within to get this behavior for this view.
Implementation
UILayoutGuide get readableContentGuide {
objc.checkOsVersionInternal('UIView.readableContentGuide', iOS: (false, (9, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_readableContentGuide);
return UILayoutGuide.castFromPointer(_ret, retain: true, release: true);
}