随笔分类 -  ios开发

摘要:对于简单的网络访问,比如下载图片,简单的数据请求,其实没必要用ASIHTTPRequest 等那么笨重的第三方库,自己实现也比较简单。已上传Github:https://github.com/louisfan/ios/tree/master/FLWNetWork 阅读全文
posted @ 2014-05-21 22:28 just to do 阅读(898) 评论(0) 推荐(0)
摘要:当出现如下错误时 :dyld: Library not loaded: /System/Library/Frameworks/Social.framework/Social是因为加入的库文件不兼容旧的版本。解决办法 阅读全文
posted @ 2013-07-22 17:57 just to do 阅读(157) 评论(0) 推荐(0)
摘要:#import @interface LightLabel : UILabel{ float redValue_; float greenValue_; float blueValue_; float size_;}@property(assign,nonatomic)float redValue;... 阅读全文
posted @ 2013-07-01 13:35 just to do 阅读(469) 评论(0) 推荐(0)