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.
ユーザーから取得する文字列のストレージとして使用するため、最初の宣言では何も含まない文字列の配列が必要です。これをループで行います。最初に NSArray を使用して、明確なサイズのない配列を宣言する方法を知っている人はいますか? ありがとう!
明確なサイズのない NSMutableArray、
NSMutableArray *array=[[NSMutableArray alloc] init];