I have cell that contain single image view. How it has costraints like that : left(12)top(12)right(12)bot(12).
Its ok, but what i want is, to save that offsets (maybe get rid of bottom offset), but add constraints like height = width, so image will be always square, but, will always have left-top-right offsets equal to 12.
After i add height = width constraint image have not show. Image is downloaded from web, so it isn't available instantly. How to fix it?