摘要: for (id subview in webView.subviews) if ([[subview class] isSubclassOfClass: [UIScrollView class]]) ((UIScrollView *)subview).bounces = NO; 阅读全文
posted @ 2012-03-20 17:03 KID 阅读(176) 评论(0) 推荐(0)