Skip to content

Commit 708c1d6

Browse files
author
Luc Dion
committed
Set version to 1.5.3
1 parent 275115e commit 708c1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "PinLayout"
11-
s.version = "1.5.2"
11+
s.version = "1.5.3"
1212
s.summary = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
1313
s.description = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ PinLayout also expose an Objective-C interface slightly different than the Swift
13881388
view.pin.width(percentageValue%)
13891389
```
13901390
* **Q: How does PinLayout handle UIView's transforms?**
1391-
**R:** PinLayout set the frame of the non-transformed view. So PinLayout won't affect the view's transforms.
1391+
**R:** PinLayout set the position and the size of the non-transformed view. So PinLayout won't affect/change the view's transforms.
13921392

13931393
<br>
13941394

0 commit comments

Comments
 (0)