Skip to content

Commit eea0e27

Browse files
committed
Merge branch 'master' into update_project
2 parents 18fc115 + 1b566b7 commit eea0e27

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
rb-fsevent (0.10.3)
7272
rb-inotify (0.10.0)
7373
ffi (~> 1.0)
74-
redcarpet (3.5.0)
74+
redcarpet (3.5.1)
7575
rouge (1.11.1)
7676
ruby-macho (1.4.0)
7777
sass (3.7.4)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
3333
3434

3535
### Requirements
36-
* iOS 13.x / 8.0+ / tvOS 9.0+ / macOS 10.9+
36+
* iOS 9.0+ / tvOS 9.0+ / macOS 10.9+
3737
* Swift 5.x / 4 / 3 / Objective-C
38-
* Xcode 11 / 10 /9
38+
* Xcode 12 / 11 / 10 / 9
3939

4040
### Recent changes/features
4141
* :star: Automatic Sizing, use PinLayout to compute view size. See [Automatic sizing](#automatic_sizing)
@@ -379,7 +379,7 @@ In RTL direction position the vertical center (center.y) and the left edge.
379379
view.pin.topLeft(10)
380380

381381
// Position the 4 edges with a margin of 10 pixels.
382-
view.pin.topLeft(10).bottomCenter(10)
382+
view.pin.topLeft(10).bottomRight(10)
383383
```
384384

385385
<br/>

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)