Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Activity view not showing up on iOS 5 #8

Open
felixmueller opened this issue Jun 23, 2011 · 2 comments
Open

Activity view not showing up on iOS 5 #8

felixmueller opened this issue Jun 23, 2011 · 2 comments

Comments

@felixmueller
Copy link

The activity indicator component of ATMHud is not showing up when running on iOS 5.

Any help, suggestions or workarounds?

Thank you very much,
Felix

@felixmueller
Copy link
Author

Alright,

I fiddled around a bit in the ATMHud code and changed the UIActivityIndicatorViewStyle in ATMHudView.m:

// activityStyle = UIActivityIndicatorViewStyleWhite;
activityStyle = UIActivityIndicatorViewStyleWhiteLarge; // fixed for iOS 5!

That seems to fix it!

Cheers,
Felix

@Rydgel
Copy link

Rydgel commented Jul 15, 2011

I think it's an iOS 5 beta 1 issue only. Not having the problem in beta 2 & 3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants