i have created uitable view and i added activity indicator as subview on uitableview . what i want that activity indicator just animated for a moment when before table load . after table load activty indocator dissappear i am using these methods
[spinner startAnimating];
[spinner stopAnimating];
but the problem is this activity indicator even not animated before the table load on iphone . but if i remove this method
[spinner stopAnimating];
then activity indicator still animated after the table has been loaded
so kindly tell me what i do to animated activity for a moment before then table load on iphone

