Having some more issues with AutoLayout
!!
Extra padding is being inserted to the left and right of my two ImageViews
as you can see below. My constraints
look fine.
For the ImageViews
, the top one has: top space to superview = 8, leading space to superview = 8, bottom space to other imageview = 8, trailing spaces to the 3 labels = 8, align leading to other imageview.
The bottom ImageView has: bottom space to superview = 8, leading space to superview = 8, top space to other imageview = 8, trailing spaces to the 3 labels = 8, align leading to other imageview.
What is creating this extra padding?