I have searched the post before I submit this question.
How to optimize screen size designed for 4 inch compatible with 3.5 inch
But above post does not answer my question.
Our designer send us 4 inch design UI, I use xib with autolayout to implement the design. And we're informed by the manager that we need to support 3.5 inch screen...
We do not want to creat another one xib to adapt the 3.5 inch screen, all we want to do is to add UIScrollView for the xib, is there anyboby have any idea to implement by this way and do not need to modify our exist xib layout constraints?