I\'m trying to position 2 UIImage views in the center of the screen, side by side. If it\'s just 1 UIImage, I can just set them to be vertically and horizontally center in the c
Take a view, put both the images inside that view. Add the constraints on those images with respect to the view you made (Edge to edge to the view). Now add the constraints on the view in respect of the super view. (Center vertically and horizontally). That's it!