I am having a view & image.My view is always in center of the super view.I want add an image around the view.I am able to add the view but the problem is height & width is the issue.So please tell me how set constraints for the height & width of the image view.
Below are constraints for the image view
Horizontal center
vertical center
equal width to parent view(1.7 multiplier)
- aspect ratio
As you can see there is some space between the view & the image on the right side.Please tell me how to fix this issue?