I'm using UIStackView
s in Interface Builder
and I keep getting caution warnings because of Misplaced Views
. Going to Resolve Auto Layout Issues
and selecting Updating Frames
in All Views
doesn't work either. It throws my entire views way out of place within my Storyboard
Scene
.
If I run my application, the views are are positioned in the way I want them. My only issue is with those caution warnings within IB
.
Any suggestions on how to completely satisfy these?