Creating a custom UIActivityIndicatorView

Abhinav picture Abhinav · May 15, 2011 · Viewed 29.5k times · Source

I want to have a custom view for UIActivityIndicatorView rather than relying on options given by iOS. How can I create my own view here?

I have a list of images with me to create a animated view.

Answer

Jhaliya - Praveen Sharma picture Jhaliya - Praveen Sharma · May 15, 2011

As you haven't specified the case in which you want to use the activity indicator,

check the below tutorial blog for custom UIActivityIndicatorView,

Custom UIActivityIndicatorView (EDIT: This link is gone)

Showing a "Loading..." message over the iPhone keyboard