Skip to content

Commit 4556329

Browse files
author
Luc Dion
committed
Update version to 1.1.1
1 parent 6b5f2f7 commit 4556329

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::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"

README.md

+1
Original file line numberDiff line numberDiff 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>

docs_markdown/examples.md

+7
Original file line numberDiff line numberDiff 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

4148
Implementation of all [Yoga's examples](https://facebook.github.io/yoga/)

0 commit comments

Comments
 (0)