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.
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.
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)viewDidLoad
method where your parsing startsuse following line where your parsing ends