Releases: wordlessj/Bamboo
Releases · wordlessj/Bamboo
1.2.0
1.1.0
Additions
- Support system spacing in iOS 11, use
SystemSpacing
in place of constant. - Support offset anchors in iOS 10, use
offset()
and-
operator for axis anchors. distribute[X|Y]EqualSpacing()
distribute items with equal spacing.triple()
on multiple items creates constraints for every three items.
Changes
- Migrate to Swift 4.
constrain
andlayout
extensions are renamed tobb
andbbm
respectively.before()
andafter()
respect language direction.distribute[Horizontally|Vertically]
are renamed todistribute[X|Y]
, additionalinset
parameter is added.