I want to display an activity indicator when navigating form one UITableView1 to another UITableView2 and stop when the table is completely loaded.
I am using XML parsing to get the cell content of UITableView2.
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.
Following code may help you…
in .h file of UITableView2:
declare variable
create property
and declare method
in .m file of UITableView2:
define this method (adjust x,y,width,width position)
in
- (void)viewDidLoadmethod where your parsing startsuse following line where your parsing ends