I have an app with a UIWebView inside a UIViewController. I load HTML from a web service as a string like this:
UIWebView
UIViewController
self.webView loadH
Have you set the delegate of the UIWebView to your UIViewController? There's nothing obviously wrong with your code as far as I can see, so it's likely to be something small like that.