Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 4.44 KB

examples.md

File metadata and controls

55 lines (36 loc) · 4.44 KB

FlexLayout and PinLayout Performance

FlexLayout Examples

The FlexLayout's Example exposes some usage example of FlexLayout.

The Example App is available in the Example folder.

Running the Example app

  1. Do a pod install from the FlexLayout root directory.
  2. Open the newly generated FlexLayout.xcworkspace Xcode workspace.
  3. Select the FlexLayoutSample target.
  4. Run the app on your device or simulator.

Intro Example

FlexLayout introduction example.
Source code

Ray Wenderlich Yoga Tutorial

An implementation of the Ray Wenderlich Yoga Tutorial. This example is the most complete one.
Source code

UITableView with variable size cells.

This example show how FlexLayout can be used to layout UITableView cells that have variables sizes.
Source code

UICollectionView with variable size cells

This example show how FlexLayout can be used to layout UICollectionView cells that have variables sizes.
Source code

Yoga's examples Implementation

Implementation of all Yoga's examples

C Source code
Obj-C Source code
Java Source code
C# Source code
Android Source code