-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When using constraint field for layout:fillHorizontally or layout:fillVertically (for example layout:fillVertically = constraintName = super inset(40)) the generator fails with an error "Invalid redeclaration of constraintName". This is because when making constraints for the fill, the generator creates two constraints with the same name:
constraints.constraintName = make.left.equalTo(target).offset(40.0).constraint
constraints.constraintName = make.right.equalTo(target).offset(-40.0).constraintMetadata
Metadata
Assignees
Labels
No labels