I was told that using the -> in that way will keep my UI ticking so it doesnt lock! and save doing NSThread / NSOperationQueue
Can someone help me with the syntax of how i would use that? Im basically downloading a image into a UIImage*.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That has not been my experience. I normally have to turn off the idle timer to prevent the device from locking:
The NSURLConnection is already asynchronous, so there is no need to add it to an NSOperationQueue. Apple has a very helpful and concise guide that shows you how to use it.