- UIWebView starts with white border at bottom
- // set backgroundcolor
- [webView setOpaque:NO];
- [webView setBackgroundColor:RGB(154, 148, 131)];
- //Load the request in the UIWebView.
- [webView loadRequest:requestObj];
- // prevent scrolling up & down
- [[[webView subviews] lastObject] setScrollEnabled:NO];