How-To: Create UIActivityIndicator in iPhone NavigationBar (UINavigationBar)
Dec.29, 2008 in
How To, iPhone Development
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 [...]
