I have a simple UIViewController
and just try to add a subview which fullfills all available safe area. The result with xib, storyboard and sometimes programmatically is the same - Xcode ignores safe area in landscape mode:
The result I expect is approximate the following (side distances to safe area):
How to achieve such behaviour?