/ Published in: Objective C
URL: http://oiphonemad.blogspot.com/2011/02/uiwebview-disable-scrolling.html
Disbable by code. I don't know if Apple reject this.
Expand |
Embed | Plain Text
UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectMake(0,0,320,480)]; [[[webView subviews] lastObject] setScrollEnabled:NO];
You need to login to post a comment.
