File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |s |
33 s . name = "FlexLayout"
4- s . version = "1.1.4 "
4+ s . version = "1.1.5 "
55 s . summary = "FlexLayout"
66
77 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.
978978< 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>
979979< 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>
980980< 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>
981982< 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>
982983< 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>
983984< 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
3636
3737<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 >
3838
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+
3946## Yoga's examples Implementation
4047
4148Implementation of all [ Yoga's examples] ( https://facebook.github.io/yoga/ )
You can’t perform that action at this time.
0 commit comments