i want to display my Activity Indicator in the center of the Navigation Bar. At the Moment its on the rightBarButtonItem.
How can this be done?
Thanks for help!
Easiest way is to add a UIActivityIndicatorView
on top of your navigation bar, and show/hide it as needed.