How can I append one NSMutableArray to another, from what I\'ve seen, it sound be fairly straight forward. But I\'m getting some weird results, I think the amount of items i
You may have a typo. Look at the NSMutableArray method
- (void)addObjectsFromArray:(NSArray *)otherArray