Skip to content

Releases: bielikb/UseAutoLayout

Property wrapper hotfix

14 Sep 20:22
Compare
Choose a tag to compare
  • unnecessary value was removed from the UseAutoLayout struct.
  • translatesAutoresizingMaskIntoConstraints = false is now set form within setAutoLayout function.
  • wrappedValue now invokes setAutoLayout in it's didSet observer.
  • setAutoLayout is called everytime when UseAutoLayout property wrapper is initialised or it's wrapper value changes.

Special thanks goes to Martin Kiss - https://github.com/Tricertops for co-op on this release!

@propertyWrapper UseAutoLayout

14 Sep 09:08
Compare
Choose a tag to compare