robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 524 forks source link

NSLayoutConstraints.Attribute & .Relation #299

Closed oci300 closed 5 years ago

oci300 commented 5 years ago

Hey there! Apple changed some things. NSLayoutConstraint.Attribute is now NSLayoutAttribute. the same with NSLayoutConstraint.Relation (NSLayoutRelation). Just 8 lines to change in "Context.swift", "Property.swift" and "LayoutProxy.swift".

oci300 commented 5 years ago

Nevermind