摘要:
@property (nonatomic,copy)NSString * lazyStr; getter: - (NSString *)lazyStr{ if (!_lazyStr) { NSLog(@"%@",_lazyStr); _lazyStr = @"123"; NSLog(@"%@",_l 阅读全文
摘要:
iOS开发:第三方微信登录 AFNetWorking 请求的一些错误及替换请求的方法 http://www.cnblogs.com/Ruby_c/p/6141312.html 阅读全文
摘要:
http://www.jianshu.com/p/4bfcae659a44 AFHTTPSessionManager * manager = [AFHTTPSessionManager manager]; manager.requestSerializer= [AFHTTPRequestSerial 阅读全文
摘要:
http://blog.csdn.net/japhoo/article/details/51198479 // 9.0 后才生效 -(BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NS 阅读全文
摘要:
http://www.jianshu.com/p/ab3c1b177841 http://blog.csdn.net/zhonggaorong/article/details/51699623 http://blog.csdn.net/jackren_developer/article/detail 阅读全文
摘要:
打包上传ERROR ITMS-90023:167x167 http://www.cocoachina.com/bbs/read.php?tid=1688426 iOS-上传错误之ERROR ITMS-90474-90475: iPad Multitasking support requires th 阅读全文
摘要:
http://blog.csdn.net/liubaoheng/article/details/52637484 阅读全文
摘要:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary<NSString *,id> *)info{ //1.获取当前选中相册的照片 UII 阅读全文
摘要:
http://www.myexception.cn/operating-system/1833349.html 阅读全文
摘要:
http://www.cnblogs.com/ZGSmile/articles/5587226.html 阅读全文