Return to Snippet

Revision: 47285
at June 4, 2011 05:14 by rabc


Initial Code
UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectMake(0,0,320,480)];
[[[webView subviews] lastObject] setScrollEnabled:NO];

Initial URL
http://oiphonemad.blogspot.com/2011/02/uiwebview-disable-scrolling.html

Initial Description
Disbable by code. I don't know if Apple reject this.

Initial Title
Disbable UIWebView scroll (Objective-C)

Initial Tags


Initial Language
Objective C