Monday, 27 February 2012

Solving Webview bounces problem


for (id subview in webView.subviews)
if ([[subview class] isSubclassOfClass: [UIScrollView class]])
((UIScrollView *)subview).bounces = NO;

No comments:

Post a Comment