+ (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