ios - How do I resolve this CollectionViewCell Constraint issue? -
i can't figure out constraint being broken coming from. i'm resizing width of image width of screen , have aspect ratio on it. if remove both of them , make static height don't error isn't desired result.
what missing?
from console, appears there nsautoresizingmasklayoutconstraint
has been added list of constraints. problematic. suggest setting translatesautoresizingmaskintoconstraints
false views (especially ones added programmatically).
Comments
Post a Comment