I have had to change a UIScrollView
into a UIWebView
due to formatting reasons.
There is a problem though that I need to be able to get the content offset back to 0, 0
(as I am using reusable UIWebView
s and changing content) and get the content size so I can place a button at the bottom; but UIWebView
does not seem to have this.