开发者

Init 2d array during runtime? [closed]

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜