Obj-C, how can I append one NSMutableArray to another?

前端 未结 2 1160
名媛妹妹
名媛妹妹 2021-01-17 05:43

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

2条回答
  •  既然无缘
    2021-01-17 06:23

    You may have a typo. Look at the NSMutableArray method

    - (void)addObjectsFromArray:(NSArray *)otherArray
    

提交回复
热议问题