G
gvtsstaggs
Guest
Having gone through the exact same issue recently, I thought I'd provide my two cents. We build our iOS app through xCode as well, and the way we got rid of the status bar was to modify the appName-info.plist. Ours is found via the path in Xcode of "appName/Supporting Files/appName-info.plist". With this file open, I was able to add an entry with the key of "View controller-based status bar appearance", Type of "Boolean", and Value of "No". Xcode version: 5.0.2 OSX version: 10.9.1 Hope this helps.
Continue reading...
Continue reading...