UIConstraintBasedLayoutLayering extension

UIConstraintBasedLayoutLayering

on

Properties

alignmentRectInsets UIEdgeInsets

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

alignmentRectInsets
no setter
intrinsicContentSize → CGSize

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

intrinsicContentSize
no setter
viewForFirstBaselineLayout UIView

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

viewForFirstBaselineLayout
no setter
viewForLastBaselineLayout UIView

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

viewForLastBaselineLayout
no setter

Methods

alignmentRectForFrame(CGRect frame) → CGRect

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

alignmentRectForFrame:
contentCompressionResistancePriorityForAxis(UILayoutConstraintAxis axis) double

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

contentCompressionResistancePriorityForAxis:
contentHuggingPriorityForAxis(UILayoutConstraintAxis axis) double

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

contentHuggingPriorityForAxis:
frameForAlignmentRect(CGRect alignmentRect) → CGRect

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

frameForAlignmentRect:
invalidateIntrinsicContentSize() → void

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

invalidateIntrinsicContentSize
setContentCompressionResistancePriority(double priority, {required UILayoutConstraintAxis forAxis}) → void

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

setContentCompressionResistancePriority:forAxis:
setContentHuggingPriority(double priority, {required UILayoutConstraintAxis forAxis}) → void

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

setContentHuggingPriority:forAxis:
viewForBaselineLayout() UIView

Available on UIView, provided by the UIConstraintBasedLayoutLayering extension

viewForBaselineLayout