I'm using auto layout for my project. I use the size class "compact width" and "regular height" for all portrait iPhones. I basically designed it using iPhone 6 metrics selected in the size inspector. My questions are:
- I need to fix the labels and images so that they adapt to iPhone screens lower than iPhone 6, since it is bigger looking in iPhone 4s (I looked using the Preview option in storyboard).
- I need the navigation bar to be fixed with Auto Layout, because the navigation bar items don't fit, causing a lot of gaps on smaller screens. (Can we customize it and set constraints through code?)
So far the layout is good on iPhone 6 but not on iPhone 4s. Please help me determine whether I need to consider any startup or if there any constraint specific issues.