Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスオブジェクトを使用して、xmlで解析されたデータを格納しています。しかし、今は1つの可変配列が必要であり、クラスオブジェクトの値を新しい可変配列に格納したいと思います。
これを使って
[yourArray addObject:obj];