-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I would like to set widthAnchor and heightAnchor directly linking a UIView to a CGSize:
let iconSize = CGSize(width: 16, height: 16)
viewA ~ iconSizeequivalent to
viewA.widthAnchor.constraint(equalToConstant: iconSize.width).isActive = true
viewA.heightAnchor.constraint(equalToConstant: iconSize.height).isActive = trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels