We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 251e38a + fd8b854 commit d382904Copy full SHA for d382904
Example/FlexLayoutSample/UI/Examples/YogaExampleF/YogaExampleFView.swift
@@ -172,7 +172,7 @@ class YogaExampleFView: UIView {
172
173
// Layout the flexbox container using PinLayout
174
// NOTE: Could be also layouted by setting directly rootFlexContainer.frame
175
- rootFlexContainer.pin.top(pin.safeArea).horizontally(pin.safeArea).height(300)
+ rootFlexContainer.pin.all(pin.safeArea)
176
177
// Then let the flexbox container layout itself
178
rootFlexContainer.flex.layout()
0 commit comments