LayoutKit v10.1.0 Release Notes

Release Date: 2019-01-30 // about 5 years ago
  • ➕ Adding support for nested view trees that are produced by different makeViews calls. (One example is a collection view that is created by calling makeViews on a Layout object and its cells that are also similarly populated from their own specific Layout objects.)


Previous changes from v10.0.1

  • 🛠 Bugfix version fixes handling of flexibility on Overlay and Inset layouts.

    • 0️⃣ OverlayLayout now has an optional flexibility parameter, and defaults to the flexibility of the first primary layout.
    • 🏗 InsetLayout now has an optional flexibility parameter, and the corresponding builder’s flexibility parameter is now hooked up whereas it had no effect before.