+ (void)sendAsynchronousRequest:(NSURLRequest*) request程序員
queue:(NSOperationQueue*) queueswift
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 成了王道 不與時俱進必將被歷史淘汰。學習
好的程序員就是要不斷的學習,以此激勵本身。spa