File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Change Log
9
9
10
+ ## [ 1.3.17] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.17 )
11
+ Released on 2019-10-090
12
+
13
+ Add new methods to position items in absolute positionning (https://github.com/layoutBox/FlexLayout#4-absolute-positioning ):
14
+
15
+ * ** ` vertically(: CGFloat) ` ** / ** ` vertically(: FPercent) ` ** :
16
+ Controls the distance child’s top and bottom edges from the parent’s edges. Equal to ` top().bottom() ` .
17
+ * ** ` horizontally(: CGFloat) ` ** / ** ` horizontally(: FPercent) ` ** :
18
+ Controls the distance child’s left and right edges from the parent’s edges. Equal to ` left().right() ` .
19
+ * ** ` all(: CGFloat) ` ** / ** ` all(: FPercent) ` ** :
20
+ Controls the distance child’s edges from the parent’s edges. Equal to ` top().bottom().left().right() ` .
21
+
22
+ Added by [ Kuluum] ( https://github.com/Kuluum ) in Pull Request [ #146 ] ( https://github.com/layoutBox/FlexLayout/pull/146 )
23
+
10
24
## [ 1.3.16] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.16 )
11
25
Released on 2019-08-03
12
26
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |spec |
3
3
spec . name = "FlexLayout"
4
- spec . version = "1.3.16 "
4
+ spec . version = "1.3.17 "
5
5
spec . summary = "FlexLayout"
6
6
spec . homepage = "https://github.com/lucdion/FlexLayout.git"
7
7
spec . license = "MIT license"
You can’t perform that action at this time.
0 commit comments