Creating a custom UIActivityIndicatorView

29,806

Solution 1

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

Solution 2

This is implementation of custom UIActivityIndicator from scratch ready for integrating.

Share:
29,806
Abhinav
Author by

Abhinav

Updated on December 22, 2020

Comments

  • Abhinav
    Abhinav over 3 years

    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.

  • Abhinav
    Abhinav almost 13 years
    I have a set of images which I want to animate instead of regular spinner in loading overlay.
  • hbk
    hbk over 9 years
    very nice solution +1