Showing posts with label bounce. Show all posts
Showing posts with label bounce. Show all posts
Disable bouncing UIWebview
for (id subview in webView.subviews)
if ([[subview class] isSubclassOfClass: [UIScrollView class]])
((UIScrollView *)subview).bounces = NO;
Labels:
bounce,
iphone SDK,
scroll,
stop,
webview
Subscribe to:
Posts (Atom)