Based on the following article
https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/
having a launch screen aka splash screen is a must for ios app when developing. but I realised many apps such as facebook or twiter does not have any launch screen on iPhone.
I have tried removing the LaunchScreen.xib from my project on XCode (8) but I get build fail error.
Is there any way to get rid of it?