I have a strange problem with UIWebView\'s loadHTMLString, where it would only display a blank view when I called loadHTMLString with my content HTML string. It does not matter
From your initialization code for the UIWebView, it looks like you're adding wcbbcPanel at a position that would be off the screen. Try this instead:
UIWebView
wcbbcPanel
wcbbcPanel = [[WarrantsAndCbbc alloc] initWithFrame:CGRectMake(0, 0, 320, 230)];