ios - I removed the status bar from my iPad app, but now there is a white bar at the bottom that is the same thickness as the status bar -


it seems program moved whole view up, , didn't stretch webview cover bottom.

how can make webview take whole space, status bar isn't taking any? tried manually making webview bigger in storyboard has no effect.

i had same problem in iphone app of mine. try this:

- (void)viewdidlayoutsubviews {     self.webview.frame = self.view.bounds; } 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -