Hi,
I want to animate activity indicator before table view is loaded and to stop after it is loaded?
Can we do this?
I used [activityIndicator startAnimating];
and [activityIndicator stopAnimating];
I dont know ,which event i need to call this,
In documents i saw some examples for webview,For webview,theres some start load and finishload methods are having.
For table view i cant see such methods.
Can anyone tell me solution for this problem?
judy
I want to animate activity indicator before table view is loaded and to stop after it is loaded?
Can we do this?
I used [activityIndicator startAnimating];
and [activityIndicator stopAnimating];
I dont know ,which event i need to call this,
In documents i saw some examples for webview,For webview,theres some start load and finishload methods are having.
For table view i cant see such methods.
Can anyone tell me solution for this problem?
judy