I am using Swift 3 and stack views (aka auto layout) with constraints.
At the moment my app's header and the standard iOS status bar is overlapping.
I DON'T want to create another empty stack with a fixed height because I'm trying to keep it as responsive as possible for now and the future (for iPhone 5 the height probably like 50px and iPhone 7 it is probably like 200px).
Is there some sort of logical solution from the interface, or is the only way to do it to load some custom code in the;
override func viewDidLoad()
section?