I noticed in one of my apps that the activity indicator doesn't seem to work on an iPhone 4. It works fine on an old iPhone upgraded to iOS 4 just not on an iPhone 4. Does anyone know why it isn't working?
feedback
|
|
This code should do the job, is that correct;)?
| |||||||||
feedback
|
|
oddly it uses a transparent alpha channel on the iPhone 4. A solution may be to add a kind of background... | |||
|
feedback
|
|
I had the same problem, but found that if I coded it rather than using Interface Builder it worked. | |||
|
feedback
|
|
If your design allows, you can also use the UIActivityIndicatorViewStyleGray or attempt to add a dark shadow to the activityView's layer. | |||
|
feedback
|