I want to start activity indicator on the selection of a row of the table view
I tried every thing i can and also viewed a number of examples but couldn't able to solve the problem.
I started activity indicator on the UITableView's willSelectRowAtIndexPath but this is not working because indicator starts animating when the next view is to be loaded.
Is there any way to show the animated indicator before loading of the next view.
I am not at my mac right now to try this but you could try creating a UITableViewCell and adding the activity indicator in it. This away you could have control of each individual one.
I started activity indicator on the UITableView's willSelectRowAtIndexPath but this is not working because indicator starts animating when the next view is to be loaded. Is there any way to show the animated indicator before loading of the next view.
Isn't this a good thing? If the next view loads immediately?