I am new to multi threading in xcode for iphone. i would like to load and parse data from server in another thread and periodically. Can anyone help me?
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.
You can use performSelector method, If need to have more clear idea navigate to this link iPhone: how to use performSelector:onThread:withObject:waitUntilDone: method?