I am totally new to iOS development and I am facing a major issue and hurdle (I'm half dead already :) ) with the Xcode 9 AutoLayout.
TL;DR The app fetches some blog posts from a backend and displays them in a card view. I've used the iPhone 8 layout as the main starting point with all of the Storyboard configurations left to the Default.
Like I said I barely have any XP with Storyboards and iOS design.
Whit the Storyboard open, when I go to the Assistant Editor and look at other screen sizes of interest (Plus and 4") the app UI looks totally OFF even though I have used constraints on all of the elements.
When I run the simulation on either iPhone Plus or 5S things start to look a little better:
This is iPhone 5S in simulation, notice the upper right corner...
As expected, on the Plus size things look off. Just as in the Storyboards preview.
But surprise! On an actual PLUS device thins look rather well!
Like I said, I have basic knowledge on how UI Layout Constraints work but I am amazed that this issue is so hard to fix. I know that there is no way anyone form this community can fix this for me and I am more than willing to learn. I just really do not know which part of the AutoLayout system, I need to research and implement in order to fix this issue. In a Nutshell I have no idea where to start my research and how to approach this problem.
Many thanks in advance for helping me!
You can find a sample project here: http://www.filehosting.org/file/details/705218/DemoApp.zip