M
mainroad1
Guest
Appery has posted their workaround. It can be seen at: getsatisfaction.com/.../header_overlap_with_iphone_status_bar_as_shown_in_screen_shot It is very similar to the solution posted by Gvtsstaggs. With some paraphrasing it reads as: It's a known issue. The workaround for now is to hide status bar. To do that you would need to change settings in *.plist and set: "View controller-based status bar appearance" : NO “Status bar is initially hidden“ : YES We're working on fix. In Mobile App Builder you can find the .plist file on the Source tab under: ios/projectName/projectName/projectName-Info.plist and change (or add) the following lines so that it looks like this key UIStatusBarHidden /key true/ key UIViewControllerBasedStatusBarAppearance /key false/
Continue reading...
Continue reading...