摘要: http://blog.sina.com.cn/s/articlelist_1576524975_0_1.html很值得从头到尾看一遍。 阅读全文
posted @ 2012-09-21 22:11 jackljf 阅读(110) 评论(0) 推荐(0)
摘要: 转:http://blog.csdn.net/lvziru/article/details/7868454http://justcoding.iteye.com/blog/1455674UIWebView可以让你创建一个网页浏览器,类似safari,而不是在程序中启动safsri哦。是不是觉得很棒呢?废话少说,切入正题。一、创建UIWebViewC代码CGRectbouds=[[UIScreenmainScreen]applicationFrame];UIWebView*webView=[[UIWebViewalloc]initWithFrame:bounds];二、设置属性C代码webVie 阅读全文
posted @ 2012-09-21 19:41 jackljf 阅读(115) 评论(0) 推荐(0)