Quote:
Originally Posted by rajeshgautam
This works...
Thanks for the info.
|
Hey, for
Code:
[(UIScrollView*)[webview.subviews objectAtIndex:0] setAllowsRubberBanding:NO];
I get a warning "UIScrollView may not respond to '-setAllowsRubberBanding." (Messages without a matching method signature will be assumed t return 'id' and accept '...' as arguments.)"
Same thing if i change it to UIWebView. But it works. There is no longer a bounce on my WebView. Is it OK to disregard the warning?