Sửa status bar trên iOS thành màu sáng

Sửa status bar trên iOS thành màu sáng

Sửa file info.plist, thêm nội dung sau:

<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>

Leave a Reply