I'm loading a view from a tableview touched cell that contains a photo that is downloaded from the web. I've set up a busy indicator that is called when the cell is touched and then turn it off in the viewdiddisappear method but when you touch the cell there is still a long pause when the cell is touched then the busy indicator shows up just a second and then it loads the view. Obviously I'm doing this wrong. What is the best way to do this so that the busy indicator turns on first before the pause?
Thanks in advance.