会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1oo1
博客园
首页
新随笔
联系
订阅
管理
2015年10月9日
Learn Swift
摘要: 1. "简单的 Tutorial" 2. 苹果 iBook Store 上的 The Swift Programming Language (Swift 2)
阅读全文
posted @ 2015-10-09 17:58 1oo1
阅读(178)
评论(0)
推荐(0)
2015年9月16日
NSURLErrorDomain codes
摘要: kCFURLErrorUnknown = 998, kCFURLErrorCancelled = 999, kCFURLErrorBadURL = 1000, kCFURLErrorTimedOut = 1001, kCFURLErrorUnsupportedURL = 1002, kCF...
阅读全文
posted @ 2015-09-16 15:04 1oo1
阅读(329)
评论(0)
推荐(0)
2015年4月28日
使用 PLCrashReporter 上传崩溃日志, symbolicatecrash 分析日志
摘要: ### 集成 PLCrashReporter 上传日志PLCrashReporter 是开源的,官网地址:[https://www.plcrashreporter.org/](https://www.plcrashreporter.org/) 把 CrashReporter.framework 引入...
阅读全文
posted @ 2015-04-28 12:13 1oo1
阅读(2695)
评论(0)
推荐(0)
2015年4月22日
动态计算自定义 UITableViewCell 的高度
摘要: [Frome stackoverflow](http://stackoverflow.com/questions/18746929/using-auto-layout-in-uitableview-for-dynamic-cell-layouts-variable-row-heights)```- ...
阅读全文
posted @ 2015-04-22 10:59 1oo1
阅读(263)
评论(0)
推荐(0)
2015年4月16日
全国城市 json
摘要: [{ "label": "北京Beijing010", "name": "北京", "pinyin": "Beijing", "zip": "010"}, { "label": "重庆Chongqing023", "name": "重庆", "pinyin": "Chongqing", "zip":
阅读全文
posted @ 2015-04-16 11:33 1oo1
阅读(6807)
评论(0)
推荐(0)
2015年4月8日
C/Objective-c 阳历转阴历
摘要: [原文](http://www.7880.com/Info/Article-5a83ff40.html)```C: 代码:/*------------农历转换函数-----------*/char *GetDayOf(PSYSTEMTIME pSt){ /*天干名称*/ const ch...
阅读全文
posted @ 2015-04-08 09:15 1oo1
阅读(381)
评论(0)
推荐(1)
2015年4月1日
UITableView 上拉刷新控件
摘要: .h 文件```#import @protocol RefreshTableFooterViewDelegate;@interface RefreshTableFooterView : UIView@property (nonatomic, weak) id delegate;// 实现Scroll...
阅读全文
posted @ 2015-04-01 15:20 1oo1
阅读(182)
评论(0)
推荐(0)
2015年3月25日
ios - Parse Issues in NSObjCRuntime, NSZone, and NSObject
摘要: ### 在 XCode6 中使用了 C 文件,run 的时候报这个错误,把 .c 文件的后缀改为 .m 就可以了。不知道为什么。
阅读全文
posted @ 2015-03-25 10:09 1oo1
阅读(159)
评论(0)
推荐(0)
2015年3月24日
ZBarSDK-for-iOS
摘要: ZBarSDK-for-iOS===============64bits ZbarSDK for iOS (armv7, amrv7s, arm64).Refers to http://stackoverflow.com/questions/18740304/linker-error-in-xcod...
阅读全文
posted @ 2015-03-24 16:45 1oo1
阅读(338)
评论(0)
推荐(0)
2015年3月20日
iPhone 分辨率与适配
摘要: ### iPhone 分辨率与适配**分辨率和像素**经新xcode6模拟器验证(分辨率为pt,像素为真实pixel):1.iPhone5分...
阅读全文
posted @ 2015-03-20 09:44 1oo1
阅读(249)
评论(0)
推荐(0)
下一页
公告