For example I want to do next:
with error
titleLabel
.top(21)
.bottom(21)
.Leading == countryFlagImageView.Trailing + 12
.Trailing == rightImageView.Leading - 12 <- error
without error
titleLabel
.top(21)
.bottom(21)
.Leading == countryFlagImageView.Trailing + 12
titleLabel.Trailing == rightImageView.Leading - 12
For example I want to do next:
with error
without error