How to write nsmutablearray replaceobjectatindex withobject?
myModel = [NSMutableArray arrayWithObjects:@"3 animals", @"dog", @"cat", @"chicken", nil]; // here, wherever else my model is altered: [myModel replaceObjectAtIndex:0 withObject:[NSString stringWithFormat:@"%d animals", myModel.count-1]];