iphone - Objective C - UIActivityIndicatorView positioning -


I have a UIActivityIndicatorView that I create in the LoadView function and create a situation.

It works fine that I

why does it do this? Before you can see a split second UIActivityIndicatorView on top left corner. And how can I stop it?

I also try to see the UIActivindilator view in the deduction ceremony and it happens.

BTW, I am using the UIActivic indicator as an example example, but I also have a UIImageView that I am alpha 0 and I see it for a split second even before it is even removed .

Please enlighten.

Thanks, T

Before adding it to the scene before changing its position Try:

  [self.view addSubview: spinner]; Spinner.center = self.view.center;  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -