Skip to content

addContainer() renamed addItem(), markDirty()

Compare
Choose a tag to compare
@lucdion lucdion released this 24 Aug 12:27
· 569 commits to master since this release
  • Add missing markDirty() method
  • ⚠️ BREAKING CHANGE: Renamed the method addContainer() to `addItem(). It is clearer that the added view is in fact a flex item, and not just a flex container.
  • Add an implementation of the Ray Wenderlich Yoga Tutorial
  • Add Swift 4.0 support