01 2016 档案

摘要:下载链接 阅读全文
posted @ 2016-01-22 16:14 TuWei 阅读(762) 评论(0) 推荐(0)
摘要:这里只贴主要代码#import "ViewController.h"@interface ViewController (){ UIView * _loadView;}- (void)viewDidLoad { _loadView = [[UIView alloc] initWithFr... 阅读全文
posted @ 2016-01-22 10:37 TuWei 阅读(626) 评论(0) 推荐(0)
摘要:在使用 UIWebView 的过程中, 发现 onClick 触发需要等待300-500ms, Google了一下, 发现是因为ScrollView 在等待doubleTap, 所以有延迟使用如下代码是无效的.[webView.scrollView setDelaysContentTouches:N... 阅读全文
posted @ 2016-01-20 16:32 TuWei 阅读(501) 评论(0) 推荐(0)