Search code examples
iphoneactivity-indicator

How to display UIActivityIndicator in the center of the NavigationBar?


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!


Solution

  • Easiest way is to add a UIActivityIndicatorView on top of your navigation bar, and show/hide it as needed.