You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#52](https://github.com/mirego/PinLayout/pull/52)
37
+
* Added by [Luc Dion](https://github.com/luc-dion) in Pull Request [#52](https://github.com/mirego/PinLayout/pull/52)
31
38
* Add a Form example
32
-
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#51](https://github.com/mirego/PinLayout/pull/51)
39
+
* Added by [Luc Dion](https://github.com/luc-dion) in Pull Request [#51](https://github.com/mirego/PinLayout/pull/51)
33
40
* This example demonstrates:
34
41
* Usage of filter method when using PinLayout's relative methods (above, below, left, right)
35
42
* Adjusting a container's height to match all its children.
@@ -43,15 +50,15 @@ Released on 2017-06-18.
43
50
#### Change
44
51
* Update relative methods signatures when specifying multiple relative views.
45
52
Update the minor version due to a small breaking change with methods above(of…), below(of…), left(of…) and right(of…). They now takes either a single UIView or an Array of UIViews.
46
-
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#48](https://github.com/mirego/PinLayout/pull/48)
53
+
* Added by [Luc Dion](https://github.com/luc-dion) in Pull Request [#48](https://github.com/mirego/PinLayout/pull/48)
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#38](https://github.com/mirego/PinLayout/pull/38
87
+
* Added by [Luc Dion](https://github.com/luc-dion) in Pull Request [#38](https://github.com/mirego/PinLayout/pull/38
81
88
***`size(…)` methods** now tries to apply the width and the height individually
82
89
Previously the size specified was applied only if both the width and height wasn’t specified. Now PinLayout will apply them individually, so if the width has been specified yet, the size’s width will be applied, else a warning will be displayed that indicate that the width won’t be applied. Same thing for the height.
83
90
* Doesn’t display a warning anymore if the new specified width or height value is equal to the currently set value. This is coherent with other methods (top, left, hCenter, ….)
@@ -87,7 +94,7 @@ Previously the size specified was applied only if both the width and height wasn
87
94
88
95
### Fixes
89
96
- Fix an issue with pin.vCenter() and pin.hCenter()
90
-
- Fixed by [Luc Dion](https://github.com/lucmirego) in Pull Request
97
+
- Fixed by [Luc Dion](https://github.com/luc-dion) in Pull Request
Copy file name to clipboardExpand all lines: PinLayout.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s.name="PinLayout"
19
-
s.version="1.1.4"
19
+
s.version="1.1.5"
20
20
s.summary="Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
21
21
22
22
# This description is used to generate tags and improve search results.
0 commit comments