5.0.0 - Function builders, % api, CGFloat, api clean, UIStackViews !
Pre-release
Pre-release
Bug found that can break your layouts -> #141
- Adds support for
CGFloat
for all apis %
constraints can now be used inlayout
blocks for margins, height & spacessv()
is renamed tosubviews()
for claritysubviews()
has now its function builder counterpart:subviews{}
(no more commas!)layout()
has now its function builder counterpart:layout {}
fillVertically(m:)
is renamed tofillVertically(padding:)
fillHorizontally(m:)
is renamed tofillHorizontally(padding:)
fillContainer(x)
is renamed tofillContainer(padding: x)
centerHorizontally(x)
is renamed tocenterHorizontally(offset: x)
- Double dash
--
operator is renamed in hyphen bullet for better compile times. (auto replace) - Adds UIStackView
arrangedSubviews {}
function builder