随笔分类 -  iOS

摘要:##1. 环境配置###1.1 常用框架- jQuery- Backbone.js- dojo- bootstrap- kendo UI- Sencha- jQuery Mobile- PhoneJS- AngularJS- ICENIUM###1.2 Node.js下载并安装nodejs###1.... 阅读全文
posted @ 2015-03-14 20:34 刘理想 阅读(739) 评论(0) 推荐(0)
摘要:使用UIWebView来显示//locale fileNSString *html = [NSString stringWithContentsOfFile:path1 encoding:NSUTF8StringEncoding error:nil];[self.webView loadHTMLString:html baseURL:[NSURL fileURLWithPath:[[NSBundle mainBundle]bundlePath]]];//或者NSString *path = [[NSBundle mainBundle] pathForResource:@"docume 阅读全文
posted @ 2014-01-28 21:16 刘理想 阅读(295) 评论(0) 推荐(0)