2016年5月29日

WKWebView

摘要: WKWebView相对于UIWebView强大了很多,内存的消耗相对少了,所提供的接口也丰富了。 现在谈一谈WKWebView的基本使用 1. navigationDelegate [objc] view plain copy print? - (void)webView:(WKWebView *) 阅读全文

posted @ 2016-05-29 17:22 On1Key 阅读(587) 评论(0) 推荐(0) 编辑

FMDB处理动态插入语句

摘要: 昨天做一个需求,参数的数量不确定,所以无法使用这个API: - (BOOL)executeUpdate:(NSString*)sql, ... 但是用 - (BOOL)executeUpdate:(NSString*)sql withParameterDictionary:(NSDictionary 阅读全文

posted @ 2016-05-29 14:27 On1Key 阅读(781) 评论(0) 推荐(0) 编辑

导航