Is there any way to set an animated image like the Apple spinning gear to an UIBarButtonItem?
I have tried this line of code but the animated gif image wont play:
myButton.image = [UIImage imageNamed:@"spinningGear.gif"];
Solution found here: How to use a custom UIBarButtonItem to display a UIActivityIndicatorView