I don't have any custom methods that modify the array. I'm going to use NSMutableArray methods to add, delete, and change items.
By child view I'm talking about views that are made like this:
Code:
[self.navigationController pushViewController:detailViewController animated:YES];
After that code gets executed the view switches to the child view.