I have a NSMutableArray is my delegate that I am using in one of my view controllers as well.
So in viewDidLoad I make a mutable copy of my NSMutableArray like this
You should do a deepCopy, i use this one and works perfectly, made by Sherm Pendley †.