UIActivityIndicator not working properly?
Posted
by medma
on Stack Overflow
See other posts from Stack Overflow
or by medma
Published on 2010-05-27T09:22:57Z
Indexed on
2010/05/27
9:31 UTC
Read the original article
Hit count: 251
iphone
|uiactivityindicatorview
Hello frends,
I have a problem regarding UIActivityIndicator. I applied "[spinner startAnimating]" at the IBAction on a button and then doing some process. After the process activityindicator should be stopped and then navigate to another view. But the activity indicator does not appear. When I remove the line "[spinner stopAnimating]" then the indicator appears but not at the instant button is pressed. It appears just before the other view loads, and apparently does not appear, I mean it does not appear but if we see very carefully then only it appears for an instant.
Thanx in advance for any answer.
© Stack Overflow or respective owner