I am using a series of embedded stackviews in the storyboard. I'm getting this error in the console and also noticing jittery scrolling in the table view.
"This system of layout constraints is extremely difficult to optimize, taking 1014 pivots. Try ensuring your layout is not over-constrained and you have no redundant constraints."
How can I optimize my layout while still taking advantage of the utility of stackviews?