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:
1755
1755
* Example using Objective-C
1756
1756
* ...
1757
1757
1758
- :pushpin : Tap on images to see the example's source code.
1759
-
1760
1758
<p align =" center " >
1761
1759
<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 >
1762
1760
<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:
1766
1764
<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 >
1767
1765
<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 >
1768
1766
<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 >
1770
1768
</p >
1771
1769
1772
1770
<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.
30
30
31
31
<img src =" pinlayout_exampleapp_relative_position.png " width =180/ >
32
32
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 )
36
36
37
37
<img src =" pinlayout_exampleapp_multi_relative_position.png " width =180/ >
38
38
You can’t perform that action at this time.
0 commit comments