Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 30th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. UIWebView starts with white border at bottom
  2. // set backgroundcolor
  3. [webView setOpaque:NO];
  4. [webView setBackgroundColor:RGB(154, 148, 131)];
  5.  
  6. //Load the request in the UIWebView.
  7. [webView loadRequest:requestObj];
  8.  
  9. // prevent scrolling up & down
  10. [[[webView subviews] lastObject] setScrollEnabled:NO];