on iOS 9, iPhone 5, not happend on iOS 10 and later
UIViewController create from storyboard, I set the viewController's red subView's view.top equals to safe area top, the red view is just below the statusBar.
If create viewController from xib file, use init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?)
and also set red subView's view.top equals to safe area top, the red view is at same origin.y with the statusBar. Just as below:
The viewControllers create from storyboard and xib are the same class, maybe create from storyboard and xib have some different setting, I try to unselect all storyboard select option, but have not found the one that make the difference.
Can any one explain this? Thanks!
Repo for this question: https://github.com/codingingBoy/SafeAreaDemo.
There are backward compatibility issues with XIBs and Safe-Area guides with older iOS versions, because the XIB files did not have them.
Ref: https://forums.developer.apple.com/thread/87329