I have UIWebView within a UIScrollView. Then as I scroll, the web view displays first two pages correctly but does draws only half of the third the page. If I tap on the web view it draws the content or if I call -[UIWebView reload]
in -scrollViewDidEndDecelerating
, it shows the content.
Is there any way I can make the web view draw correctly?