已读63%
预计阅读本页时间:-
预计阅读本页时间:-
CHAPTER 10 ANSWERS
- The three types of NSURLSession tasks are NSURLSessionDataTask, NSURLSessionDownloadTask, and NSURLSessionUploadTask.
- The name of the technology Apple introduced in iOS 4 to reduce the complexity of threading for developers is Grand Central Dispatch.
- The class you can use to parse JSON into Objective-C objects is the NSJSONSerialization class and its JSONObjectWithData:options:error: method.
- The framework required to use the MPMoviePlayerViewController is the MediaPlayer.framework.