0xLet / SwiftUIKit

📱 UIKit code that is fun to write
https://0xlet.github.io/SwiftUIKit/
MIT License
74 stars 6 forks source link

Ability to update set constraints #119

Closed 0xLeif closed 4 years ago

0xLeif commented 4 years ago

Setting

body.frame(height: 100, width: 100)

Updating

body.update(widthConstraint: 300)
    .update(heightConstraint: 300)