views:

219

answers:

1

I would like to have my UIActivityIndicatorView be colored a custom color. Is there any way to set this property?

A: 

You need to create a custom set of images (better), then animate it using a UIImageView.

Or place a colored transparent view on top of the activity indicator to "tint" it (lower quality).

KennyTM
Hi kenny...its good idea but have you any sample code to rotational animation of UIImageView ?
yakub_moriss
@yakub: No. You create 10 images and use `animationImages`. At least that how the indicator views work.
KennyTM