File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1755,8 +1755,6 @@ Included examples:
17551755* Example using Objective-C
17561756* ...
17571757
1758- :pushpin : Tap on images to see the example's source code.
1759-
17601758<p align =" center " >
17611759 <a href =" https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/Intro/IntroView.swift " ><img src =" docs/images/pinlayout_intro_example_iphonex.png " width =420/ ></a >
17621760 <a href =" https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/AdjustToContainer/Subviews/ChoiceSelectorView.swift " ><img src =" docs/pinlayout_example_adjust_to_container-portrait.png " width =120/ ></a >
@@ -1766,7 +1764,7 @@ Included examples:
17661764 <a href =" https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/Form/FormView.swift " ><img src =" docs/pinlayout_example_form.gif " width =120/ ></a >
17671765 <a href =" https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/AutoAdjustingSize/AutoAdjustingSizeView.swift " ><img src =" docs/pinlayout_exampleapp_auto_adjusting_size.png " width =120/ ></a >
17681766 <a href =" https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/RelativeView/RelativeView.swift " ><img src =" docs/pinlayout_exampleapp_relative_position.png " width =120/ > </a >
1769- <a href =" https://github.com/layoutBox/PinLayout/tree /master/Example/PinLayoutSample/UI/Examples/MultiRelativeView " ><img src =" docs/pinlayout_exampleapp_multi_relative_position.png " width =120/ ></a >
1767+ <a href =" https://github.com/layoutBox/PinLayout/blob /master/Example/PinLayoutSample/UI/Examples/BetweenView/BetweenView.swift " ><img src =" docs/pinlayout_exampleapp_multi_relative_position.png " width =120/ ></a >
17701768</p >
17711769
17721770<br >
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ Example showing how to layout views relative to other views.
3030
3131<img src =" pinlayout_exampleapp_relative_position.png " width =180/ >
3232
33- ## Multi Relative Edges Layout Example
34- Example showing how to layout a view relative to many other views.
35- [ Source code] ( https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/MultiRelativeView )
33+ ## Between Example
34+ Example showing how to use [ ` horizontallyBetween() ` ] ( https://github.com/layoutBox/PinLayout# layout-between-other-views ) to position a view between two other views.
35+ [ Source code] ( https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/BetweenView/BetweenView.swift )
3636
3737<img src =" pinlayout_exampleapp_multi_relative_position.png " width =180/ >
3838
You can’t perform that action at this time.
0 commit comments