12 2016 档案

摘要:https://developer.apple.com/download/more/ 阅读全文
posted @ 2016-12-15 10:32 Ruby_c 阅读(218) 评论(0) 推荐(0)
摘要:@property (nonatomic,copy)NSString * lazyStr; getter: - (NSString *)lazyStr{ if (!_lazyStr) { NSLog(@"%@",_lazyStr); _lazyStr = @"123"; NSLog(@"%@",_l 阅读全文
posted @ 2016-12-13 11:17 Ruby_c 阅读(2514) 评论(0) 推荐(0)
摘要:iOS开发:第三方微信登录 AFNetWorking 请求的一些错误及替换请求的方法 http://www.cnblogs.com/Ruby_c/p/6141312.html 阅读全文
posted @ 2016-12-07 16:48 Ruby_c 阅读(263) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/4bfcae659a44 AFHTTPSessionManager * manager = [AFHTTPSessionManager manager]; manager.requestSerializer= [AFHTTPRequestSerial 阅读全文
posted @ 2016-12-07 15:19 Ruby_c 阅读(271) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/japhoo/article/details/51198479 // 9.0 后才生效 -(BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NS 阅读全文
posted @ 2016-12-06 16:34 Ruby_c 阅读(1173) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/ab3c1b177841 http://blog.csdn.net/zhonggaorong/article/details/51699623 http://blog.csdn.net/jackren_developer/article/detail 阅读全文
posted @ 2016-12-06 11:42 Ruby_c 阅读(115) 评论(0) 推荐(0)