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?
Asked
Active
Viewed 768 times
0

Drakes
- 23,254
- 3
- 51
- 94

Patrik Dendis
- 313
- 6
- 20
-
Apply top bottom constraints to your uiwebview. – Daljeet Apr 14 '15 at 15:01
1 Answers
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