GCD-usage and sumif Functions

Source: Internet
Author: User
Tags call back

GCD-usage and sumif Functions

Code:

 

-(Void) touchesBegan :( NSSet *) touches withEvent :( UIEvent *) event {dispatch_async (dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT, 0 ), ^ {// parsing the url in the background NSURL * url = [NSURL URLWithString: @ "http://www.baidu.com"]; NSError * error; NSString * data = [NSString stringWithContentsOfURL: url encoding: NSUTF8StringEncoding error: & error]; if (data! = Nil) {dispatch_async (dispatch_get_main_queue (), ^ {// success, jump back to the main interface NSLog (@ "call back, the data is: % @", data) ;}) ;}else {// failed. A failure prompt is returned. NSLog (@ "error when download: % @", error );}});}

 

 

Output:

21:51:37. 902 CGD-use [1719: 81744] call back, the data is: 

 

 

References

Http://www.cnblogs.com/pure/archive/2013/03/31/2977420.html

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.