ios - Set status bar style programatically -
xcode has alternative "hide during application launch":
is there way can set setting in code, can automate building of app command line without having manually check box every time?
no can't, since these settings stored in info.plist read-only in runtime.
for farther purpose, take ipad project example, key stands is:
<key>uistatusbarhidden~ipad</key> <false/> screenshot:
ios xcode
No comments:
Post a Comment