I\'m going to show in my app a sort of UIActivityIndicatorView while parsing several JSON objects, inside a for () loop. I can\'t figure WHERE I must place the [UIActivityIndica
I would generally say that if you are unable to determine where a loop ends in your code that's an indication your code is to convoluted. Your for-loop ends just before the else statement I think. To find out you can simply click the starting bracket and XCode (if that's what you're using) will highlight the code-block...