I have a UIView with a static image and associated with several different parts of the image are text Labels. My problem is that the distance relationship between the Labels and the parts of the static image changes according to device screen size. I fiddle with the constraints using some set manually and I tried also letting Swift do it automatically. Nothing works.
How can I solve this problem so that the labels stay on top of the image near the parts of the image where I want them to be? thanks
How can I solve this problem so that the labels stay on top of the image near the parts of the image where I want them to be? thanks