【发布时间】:2012-06-02 05:56:58
【问题描述】:
我在我的应用程序中使用[NSURLConnection sendAsynchronousRequest:request queue:[NSOperationQueue mainQueue] completionHandler:^(NSURLResponse *response, NSData *data, NSError *error)。通过使用这个,我的应用程序在 iOS 4.3 中终止,但在 iOS 5.0 中运行良好。
如何在 iOS 4.3 中使用它,任何人都可以帮助我。
【问题讨论】:
-
第一步:使用合理的短标题并格式化您的代码。
标签: objective-c ios ios5 nsurlconnection ios4