摘要: @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)
摘要: 打包上传ERROR ITMS-90023:167x167 http://www.cocoachina.com/bbs/read.php?tid=1688426 iOS-上传错误之ERROR ITMS-90474-90475: iPad Multitasking support requires th 阅读全文
posted @ 2016-11-25 11:49 Ruby_c 阅读(306) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/liubaoheng/article/details/52637484 阅读全文
posted @ 2016-11-23 15:01 Ruby_c 阅读(594) 评论(0) 推荐(0)
摘要: - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary<NSString *,id> *)info{ //1.获取当前选中相册的照片 UII 阅读全文
posted @ 2016-11-23 11:12 Ruby_c 阅读(582) 评论(0) 推荐(0)
摘要: http://www.myexception.cn/operating-system/1833349.html 阅读全文
posted @ 2016-11-23 10:41 Ruby_c 阅读(163) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/ZGSmile/articles/5587226.html 阅读全文
posted @ 2016-11-23 10:19 Ruby_c 阅读(264) 评论(0) 推荐(0)