FlexLayout Versions Save

FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.

1.3.29

1 year ago

Added by gyuchan in Pull Request #216

1.3.28

1 year ago

Added by gyuchan in Pull Request #213

1.3.27

1 year ago

Added by Dongkyu Kim in Pull Request #210

1.3.26

1 year ago

Added by iohin in Pull Request #211

1.3.25

1 year ago

Added by minhaaan in Pull Request #209

1.3.24

2 years ago

Change the access control of margin padding functions

Added by OhKanghoon in Pull Request #199

1.3.23

2 years ago

Percent padding support.

New methods:

  • paddingTop(_ percent: FPercent)**
  • paddingLeft(_ percent: FPercent)**
  • paddingBottom(_ percent: FPercent)**
  • paddingRight(_ percent: FPercent)**
  • paddingStart(_ percent: FPercent)**
  • paddingEnd(_ percent: FPercent)**
  • paddingHorizontal(_ percent: FPercent)**
  • paddingVertical(_ percent: FPercent)**

Added by albertocs-noma in Pull Request #159

1.3.21

3 years ago
  • Update to Xcode 12.5
  • Update to Swift 5
  • Update gems
  • Update cocoapods

1.3.20

3 years ago

Add baseline item support. Note that for now baseline support is only for the first baseline.

Added by Michael Ong in Pull Request #159

1.3.18

4 years ago

Adds Swift Package Manager Support

Added by gcox in Pull Request #150