I am making a music app. the app works when rotated horizontally. I have 3 objects in line with each other: elapsedTime, songTitle, remainingTime. The problem is that when elapsedTime switches from 00:00 to 00:01, it causes the other 2 objects to move. They jiggle. I'd like that to stop. I don't remember this happening with Xcode 8 or 9 but I could be wrong.
I've tried using fixed widths, especially for the label: songTitle. But Xcode has a fit. It says: "Fixed width constraints may cause clipping". But, I'm ok with that. The Xcode solutions are to remove it or set it to greater than or equal to current width. Doesn't help.
Currently, I'm trying UIStackView, but I'm not getting anywhere. The only constraint on the stackView is height. Currently there are no constraints on the 3 objects. Axis is Horizontal Alignment is Center Distribution is Equal Spacing Spacing is 5