12 2016 档案
摘要:https://developer.apple.com/download/more/
阅读全文
摘要:@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
阅读全文

浙公网安备 33010602011771号