You have some options.
- Resize the content of the scroll views to be 208px and ignore the left-over partial pixel.
- Disable scroll bars on the scroll views if you don’t need them.
- Add a pixel to one of the other areas so that the red and green views can be equal heights.
- Size the views to the exact pixel dimension you want rather than just an “equal height” constraint.
1
solved NSLayoutConstraint equal height does not divide equally