I have had to change a UIScrollView into a UIWebView due to formatting reasons.
UIScrollView
UIWebView
There is a problem though that I need to be able to get the
Now you can ask for the contentSize property of the scrollView property of a UIWebView. This enables you to also change the content size of that web view, using CGSizeMake (width, height).
contentSize
scrollView
CGSizeMake (width, height)