Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a custom UIActivityIndicatorView

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.

like image 204
Abhinav Avatar asked May 15 '11 18:05

Abhinav


2 Answers

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

like image 53
Jhaliya - Praveen Sharma Avatar answered Sep 19 '22 03:09

Jhaliya - Praveen Sharma


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

like image 39
Or Ron Avatar answered Sep 21 '22 03:09

Or Ron