Layout v0.0.11
What's Changed
- Add explicit type by @tinder-cfuller in #344
- Add internal only
UILayoutGuide
extensions by @tinder-cfuller in #345 - Use anchors to define edge constraints by @tinder-cfuller in #346
- Add margin constraints methods by @tinder-cfuller in #347
LayoutItem
code cleanup (two methods) by @tinder-cfuller in #348- Use
to:
argument label by @tinder-cfuller in #349 - Add multiplier argument to NSLayoutDimension by @tinder-cfuller in #350
- Refactor map to single line by @tinder-cfuller in #351
- Remove linebreaks by @tinder-cfuller in #352
- Remove extraneous switch statements by @tinder-cfuller in #353
- Improve cheatsheet column spacing and margins by @tinder-cfuller in #354
- Remove
UILayoutSupport
extension (is deprecated) by @tinder-cfuller in #355 - Add safe area constraints methods by @tinder-cfuller in #356
- Remove “guide” term from cheatsheet by @tinder-cfuller in #357
- Use anchors in
UIView
extension methods by @tinder-cfuller in #358 - Add
UIView
extension method for width and height by @tinder-cfuller in #359 - Improve square and aspect ratio implementations by @tinder-cfuller in #360
- Replace guide properties with superview property by @tinder-cfuller in #361
- Add explicit type by @tinder-cfuller in #362
- Set Layout properties in order of definition by @tinder-cfuller in #364
- Update assertion messages by @tinder-cfuller in #365
- Utilize workflow command for error echo by @tinder-cfuller in #366
- Improve tests by @tinder-cfuller in #367
- Revise
addItem
andaddItems
methods by @tinder-cfuller in #368
Full Changelog: 0.0.10...0.0.11