I need to adjust the width of UIWebView so that the whole text is displayed within the view and the user need not scroll to read the text.
i've tried various methods to achieve this but without much success, i tried to set the width after webViewDidFinishLoad method gets called, but the content too much and is not readable, i see iphone app such as Reeder show the entire content without the need to scroll horizontally,
if there's a way to but each line of the shown text then go another line and but the rest, instead of butting the entire line in single line and becomes unreadable, hope you understand my point
note that scalesPageToFit is set to YES
any ideas folks ?!

