Reputation: 3056
Is there an open source, reusable, waiting view component for iPad?
I think the UIAcitivityIndicator from iOS is too boring, and I want to present some nice "waiting view" to my users.
Thanks in advance for answering.
RELATED QUESTION: https://stackoverflow.com/questions/640805/open-source-ios-components-reusable-views-controllers-buttons-table-cells-e
Upvotes: 1
Views: 314
Reputation: 2414
Another vote here for MBProgressHUD.
Check out Cocoa Controls. It's a website filled with custom, open source iOS controls.
Upvotes: 2
Reputation: 7844
You may use the following link to get the attractive Waiting View. I am using it.
https://github.com/jdg/MBProgressHUD
Upvotes: 2