Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIViewControllerBasedStatusBarAppearance not present in info.pList ios [closed]

Tags:

ios

"UIViewControllerBasedStatusBarAppearance" is missing in info.pList file. I can't found this in my pList file.Please help me to find this.

like image 342
IOS developer Avatar asked Oct 15 '25 16:10

IOS developer


1 Answers

You can open .plist file as Source Code then add this line inside <dict> tag

<key>UIViewControllerBasedStatusBarAppearance</key>
    <true/>
like image 155
Tim007 Avatar answered Oct 18 '25 10:10

Tim007