Xcode7 IOS 9.0 改动太大了 ,swfit才是王道要努力研究swift

+ (void)sendAsynchronousRequest:(NSURLRequest*) request

                          queue:(NSOperationQueue*) queue

              completionHandler:(void (^)(NSURLResponse* __nullable response, NSData* __nullable data, NSError* __nullable connectionError)) handler NS_DEPRECATED(10_7, 10_11, 5_0, 9_0, "Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h");

 

NSURLConnection 被废弃 由 NSURLSession 取代。 以前好多好用的框架都要挂了。最典型的SDWebImage 大量使用了NSURLConnection。要努力学习,让自己也成为大牛。

 

IOS9.0最大的特点 还是 分频多任务处理 , 自动布局 storyboard  swift 成了王道 不与时俱进必将被历史淘汰。

好的程序员就是要不断的学习,以此激励自己。

posted @ 2015-06-10 02:15  风中一场梦  阅读(758)  评论(0编辑  收藏  举报