Skip to content

Commit 249241c

Browse files
authored
Merge pull request #224 from betraying/patch-1
Update examples.md
2 parents ff57fe7 + 1016b9b commit 249241c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Example showing how PinLayout can be used to adjust the layout depending of the
9393

9494
In this example the UISegmentedControl is shown below its label if the available width is smaller than 500 pixels, or on the same line as the label if the width is wider.
9595

96-
[Source code](https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/AdjustToContainer/Subviews/ChoiceSelectorView.swift")
96+
[Source code](https://github.com/layoutBox/PinLayout/blob/master/Example/PinLayoutSample/UI/Examples/AdjustToContainer/Subviews/ChoiceSelectorView.swift)
9797

9898
<img src="pinlayout_example_adjust_to_container2.png" width=420/>
9999

@@ -124,4 +124,4 @@ This example show how fixed size views and expandable views can be layouted usin
124124
This example show how to use Automatic Sizing (`autoSizeThatFits()`) to compute views size.
125125
[Source code](https://github.com/layoutBox/PinLayout/tree/master/Example/PinLayoutSample/UI/Examples/AutoSizing)
126126

127-
<img src="pinlayout_exampleapp_automatic_sizing.png" width=180/>
127+
<img src="pinlayout_exampleapp_automatic_sizing.png" width=180/>

0 commit comments

Comments
 (0)