Replace UIBarButtonItem with UIActivityIndicatorView
- by Luca
Hi
I want to replace my UIBarButtonItem (used for refresh) with a UIActivityIndicatorView and, when the refresh is finished, I want to turn back to the refresh button and remove the UIActivityIndicatorView. Can anyone help me?
Thanks