This is a simple code snippet that can save you hours of mucking around trying to place your activity indicator (spinning icon) in the Navigation Bar of the iPhone.  This example assumes that your view controller has a property of type UIActivityIndicatorView called “self.activityIndicator”: // Create a ‘right hand button’ that is a activity Indicator [...]