Using sendAsynchronousRequest:queue:completionHandler: for URL request
问题 I'm working on an update of an iOS app that another developer created. He was using ASIHTTPRequest to handle http requests. However, the version of the app I have to work with crashes. Since ASIHTTPRequest is not being updated anymore, I thought then that I should switch to using AFNetworking, but it's far too complicated for me to figure out. So finally I thought I could just use NSURLConnection on its own. Here is the original code that I'm trying to replace: -(NSArray*)readUTF16LEFeed: