UIWebView doesn't scroll to the bottom of the webpage loaded/created
Posted
by tom
on Stack Overflow
See other posts from Stack Overflow
or by tom
Published on 2010-05-16T10:12:34Z
Indexed on
2010/05/16
10:20 UTC
Read the original article
Hit count: 226
I have a UIWebView inside a normal UIViewController. The content of the UIWebView is programming/dynamically created in my program, and it could be very long (multiple table rows). Somehow, after loading, the page won't scroll more then one and half screen of content when swipe on the screen. Because of that I can only see the beginning few rows of data, but not the many others after them. Why is that?
© Stack Overflow or respective owner