agens-no / AGGeometryKit

Quadrilaterals on CALayer, CGGeometry-functions, UIView/CALayer properties and other invaluable tools.
Other
1.27k stars 130 forks source link

Auto-layout #42

Closed marckaraujo closed 7 years ago

marckaraujo commented 8 years ago

When you apply auto-layout and make all constrains, everything broke for crop action.

hfossli commented 8 years ago

Do you have any code or examples to clarify your concern?

marckaraujo commented 8 years ago

Yes, I just uploaded : https://bitbucket.org/marckaraujo/aggeometrykit

It is your demo app with auto-layout enabled.

hfossli commented 7 years ago

Yep, in general applying transforms to views you manage with auto layout is a bad mix.

hfossli commented 7 years ago

Thanks for reporting, but this is more of a problem with UIKit than a problem of AGGeometryKit IMHO.