I am wondering whether I can copy a certain amount of objects but not all from an array to another array. For example: bigArray has 10 objects, i just want to copy 4 objects from it into smallArray. Please help me out. Thanks a lot
NSMutableArray *smallArray = [bigArray mutableCopy];