The FlexLayout's Example exposes some usage example of FlexLayout.
The Example App is available in the Example
folder.
- Do a
pod install
from the FlexLayout root directory. - Open the newly generated
FlexLayout.xcworkspace
Xcode workspace. - Select the
FlexLayoutSample
target. - Run the app on your device or simulator.
FlexLayout introduction example.
Source code
An implementation of the Ray Wenderlich Yoga Tutorial. This example is the most complete one.
Source code
This example show how FlexLayout can be used to layout UITableView cells that have variables sizes.
Source code
This example show how FlexLayout can be used to layout UICollectionView cells that have variables sizes.
Source code
Implementation of all Yoga's examples
C | Source code | |
---|---|---|
Obj-C | Source code | |
Java | Source code | |
C# | Source code | |
Android | Source code |