0

I am working on a basic iOS app with UIWebView to load a page in full-screen mode. I can scroll the page, but when I scroll to the top it shows white space. How can it be removed? White Space

Drakes
  • 23,254
  • 3
  • 51
  • 94
Patrik Dendis
  • 313
  • 6
  • 20

1 Answers1

1

Daljeet is absolutely right, I think. If you apply constraints to the top, it should cut off before going into white space.

I'm fairly sure that you can do this in the Size Inspector, here?

I hope this helps. Sorry if the Size Inspector isn't where you apply constraints. I haven't had to do that in a while. :)

JJ Yu
  • 84
  • 4