File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77
88# Change Log
99
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+
1024## [ 1.3.16] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.16 )
1125Released on 2019-08-03
1226
Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |spec |
33 spec . name = "FlexLayout"
4- spec . version = "1.3.16 "
4+ spec . version = "1.3.17 "
55 spec . summary = "FlexLayout"
66 spec . homepage = "https://github.com/lucdion/FlexLayout.git"
77 spec . license = "MIT license"
You can’t perform that action at this time.
0 commit comments