博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

05 2014 档案

摘要:先看Reachability.h发现#import #import #import 所以如果我们在项目中需要用到此类的话,需要引入SystemConfiguration.framework。此类在ios网络开发中可以确认判断网络环境,连接情况(无网络连接,3G,WIFI,GPRS)enum { //... 阅读全文

posted @ 2014-05-26 12:02 linFen 阅读(2325) 评论(0) 推荐(0) 编辑

摘要:常见的NSString和NSMutableString方法:NSString方法:[plain]view plaincopy+(id)stringWithContentsOfFile:pathencoding:encerror:err创建一个新字符串并将其设置为path指定的文件的内容,使用字符编... 阅读全文

posted @ 2014-05-25 23:23 linFen 阅读(1709) 评论(0) 推荐(0) 编辑