oleksii-demedetskyi / Parus

Parus is simple chain style auto-layout helper for objective-c.
MIT License
106 stars 4 forks source link

Check compatibility in case with left and leading conflict. #17

Closed oleksii-demedetskyi closed 10 years ago

oleksii-demedetskyi commented 10 years ago

We need to be sure that left and and leading attributes are not conflicted. PVLeftOf(view1).equalTo.leadingOf(view2) should work correctly or be disabled by syntax.

xNekOIx commented 10 years ago

@DAlOG seems left == leading is a completely correct constraint.