Skip to content

Property wrapper hotfix

Latest
Compare
Choose a tag to compare
@bielikb bielikb released this 14 Sep 20:22
· 1 commit to master since this release
  • 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!