I would like to have my UIActivityIndicatorView be colored a custom color.  Is there any way to set this property?
3 Answers
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).
2 Comments
MohammedYakub M.
 Hi kenny...its good idea but have you any sample code to rotational animation of UIImageView ?
  kennytm
 @yakub: No. You create 10 images and use 
  animationImages. At least that how the indicator views work.