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.
1 parent 251e38a commit fd8b854Copy full SHA for fd8b854
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