Upvote:2

Aprove answer
if (ageOfEvent > 3600) {
    [mutableEventsArray removeObjectAtIndex:i];
}

Credit Goes to: stackoverflow.com

Related question with same questions but different answers