PinLayout icon indicating copy to clipboard operation
PinLayout copied to clipboard

Add `isIncludedInPinLayoutSizeCalculation` property to `Layoutable`

Open stleamist opened this issue 1 year ago • 3 comments

This PR adds isIncludedInPinLayoutSizeCalculation property to Layoutable.

This can be useful when calculating the size of a view that contains subviews that may disappear based on conditions after the initial load. (similary to UIStackView's arrangedSubviews, or FlexLayout's isIncludedInLayout)

stleamist avatar Mar 23 '23 14:03 stleamist