File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "FlexLayout"
4
- s . version = "1.1.4 "
4
+ s . version = "1.1.5 "
5
5
s . summary = "FlexLayout"
6
6
7
7
s . homepage = "https://github.com/lucdion/FlexLayout.git"
Original file line number Diff line number Diff line change @@ -978,6 +978,7 @@ The FlexLayout's Example App exposes some usage example of FlexLayout.
978
978
< a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/Intro/IntroView.swift" >< img src= " docs_markdown/images/examples/flexlayout_exampleapp_intro_portrait.png" width= 90 / ></ a>
979
979
< a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/RaywenderlichTutorial/RaywenderlichTutorialView.swift" >< img src= " docs_markdown/images/examples/flexlayout_exampleapp_ray_wenderlich_tutorial.png" width= 90 / ></ a>
980
980
< a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/TableViewExample" >< img src= " docs_markdown/images/examples/flexlayout_exampleapp_uitableview.png" width= 90 / ></ a>
981
+ < a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/CollectionViewExample/HouseCell.swift" >< img src= " docs_markdown/images/examples/flexlayout_example_collectionview.png" width= 90 / ></ a>
981
982
< a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/YogaExampleA/YogaExampleAView.swift" >< img src= " docs_markdown/images/examples/flexlayout_exampleapp_yoga_c.png" width= 90 / ></ a>
982
983
< a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/YogaExampleB/YogaExampleBView.swift" >< img src= " docs_markdown/images/examples/flexlayout_exampleapp_yoga_objc.png" width= 90 / ></ a>
983
984
< a href= " https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/YogaExampleC/YogaExampleCView.swift" >< img src= " docs_markdown/images/examples/flexlayout_exampleapp_yoga_java.png" width= 90 / ></ a>
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ This example show how FlexLayout can be used to layout UITableView cells that ha
36
36
37
37
<a href =" https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/TableViewExample " ><img src =" images/examples/flexlayout_exampleapp_uitableview.png " width =120/ ></a >
38
38
39
+ ## UICollectionView with variable size cells
40
+ This example show how FlexLayout can be used to layout UICollectionView cells that have variables sizes.
41
+ [ Source code] ( https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/CollectionViewExample )
42
+
43
+ <a href =" https://github.com/lucdion/FlexLayout/blob/master/Example/FlexLayoutSample/UI/Examples/CollectionViewExample " ><img src =" images/examples/flexlayout_example_collectionview.png " width =120/ ></a >
44
+
45
+
39
46
## Yoga's examples Implementation
40
47
41
48
Implementation of all [ Yoga's examples] ( https://facebook.github.io/yoga/ )
You can’t perform that action at this time.
0 commit comments