I am trying to manage the activity indicator from my App Delegate, that way any of my views can put the indicator up.So, I am adding it as a subview to \'window\' and start/stop as follows:
Im currently writing an iphone app that requires the downloading of data that needs to be parsed and added to a tableView. I have that working the only problem is that i currently call the my method t
I am trying to get a UIActivityIndicatorView to work inside of a UIButtonBarItem using the following code:
I am trying to monitor a thread that i set running in the background. I need to be alerted when it is finished executing.
I am working on a an application which is very simple a navigation controller with a table view when the user clicks a row, he is directed to the details view.