Skip to content

Commit d382904

Browse files
authored
Merge pull request #260 from heoblitz/fix_example_f
Fix UITextView editable in YogaExampleF
2 parents 251e38a + fd8b854 commit d382904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/FlexLayoutSample/UI/Examples/YogaExampleF/YogaExampleFView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class YogaExampleFView: UIView {
172172

173173
// Layout the flexbox container using PinLayout
174174
// NOTE: Could be also layouted by setting directly rootFlexContainer.frame
175-
rootFlexContainer.pin.top(pin.safeArea).horizontally(pin.safeArea).height(300)
175+
rootFlexContainer.pin.all(pin.safeArea)
176176

177177
// Then let the flexbox container layout itself
178178
rootFlexContainer.flex.layout()

0 commit comments

Comments
 (0)