I have a tableview contains xml parsed objects.
I want to implement activity indicator in this tableview ,if the data loading is completed activity indicator stops automatically.
How to do this?.
Thanks in advance
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.
First of all you need to make an async call to get your xml data.
Start your activity indicator before making the call then in the delegate method when you receive the data stop the activity indicator the code looks something like this.