会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ruby_c
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2016年12月13日
iOS懒加载重写getter setter 以及报错Use of undeclared identifier '_XXXX'
摘要: @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)
2016年12月7日
iOS开发:第三方微信登录
摘要: iOS开发:第三方微信登录 AFNetWorking 请求的一些错误及替换请求的方法 http://www.cnblogs.com/Ruby_c/p/6141312.html
阅读全文
posted @ 2016-12-07 16:48 Ruby_c
阅读(263)
评论(0)
推荐(0)
iOS 使用AFNetworking遇到异常 Request failed: unacceptable content-type: text/html
摘要: http://www.jianshu.com/p/4bfcae659a44 AFHTTPSessionManager * manager = [AFHTTPSessionManager manager]; manager.requestSerializer= [AFHTTPRequestSerial
阅读全文
posted @ 2016-12-07 15:19 Ruby_c
阅读(271)
评论(0)
推荐(0)
2016年12月6日
iOS 微博第三方登录的简单实现 【存在登陆问题】
摘要: 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)
iOS QQ第三方登录
摘要: 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)
2016年11月25日
xcode 打包打包上传ERROR ITMS-90023 ERROR ITMS-90474-90474
摘要: 打包上传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)
2016年11月23日
xcode8 iOS10上关于相册,相机,麦克风 等访问权限plist设置的问题
摘要: http://blog.csdn.net/liubaoheng/article/details/52637484
阅读全文
posted @ 2016-11-23 15:01 Ruby_c
阅读(594)
评论(0)
推荐(0)
ios 上传图片base64 demo
摘要: - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary<NSString *,id> *)info{ //1.获取当前选中相册的照片 UII
阅读全文
posted @ 2016-11-23 11:12 Ruby_c
阅读(582)
评论(0)
推荐(0)
ios获取相册图片名称
摘要: http://www.myexception.cn/operating-system/1833349.html
阅读全文
posted @ 2016-11-23 10:41 Ruby_c
阅读(163)
评论(0)
推荐(0)
iOS 图片转成base64编码
摘要: http://www.cnblogs.com/ZGSmile/articles/5587226.html
阅读全文
posted @ 2016-11-23 10:19 Ruby_c
阅读(264)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告