![](http://engine.adzerk.net/i.gif?e=eyJhdiI6NDE0LCJhdCI6NCwiY20iOjI5MTEsImNoIjoxMTc4LCJjciI6NTkxNywiZGkiOiI5ODY5MmEzMGVkMzQ0NTE4YmU4ODU1MjFlZGRjYTdhNiIsImRtIjoxLCJmYyI6MTAxODIsImZsIjo3NDcyLCJrdyI6ImlvcyxvYmplY3RpdmUtYyxpb3M3LHgtdXNlci1yZWdpc3RlcmVkIiwibnciOjIyLCJyZiI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20uaGsvIiwicnYiOjAsInByIjoxNjA0LCJzdCI6ODI3Nywiem4iOjQzfQ&s=P1SJUx247FrjBzm1ThIBK2oO8pU)
4 | When I launch my app, it shows the launch image and a black status bar. How can I change it so the status bar is light during launch? I have set the status bar appearance to light in my AppDelegate didFinishLoading method, and it works for the rest of the app. | ||
1 Answer
5 | To your Info.plist file add this key-value pair: UIStatusBarStyle:UIStatusBarStyleLightContent The default (black) value is You can also append | ||