It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered开发者_开发知识库 in its current for
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered开发者_开发知识库 in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
So when I create a reference to an 2d array i have to specify its size? But during runtime I need to decide its size, or change its size? How do I do that?
Instead of NSArray use NSMutableArray.
With that type you can change the size afterwards and add more objects later during runtime.
精彩评论