after looking at this question, I do not know how to handle non responsive UI while writing a large pdf file (on 3G connection let’s say) from a remote server to the documents directory, is there way to solve this issue ?
Share
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.
Either use Blocks and Grand Central Dispatch,an NSOperation or an asynchronous NSURLConnection request
All are well explained in the Apple docs.