开发者

Init 2d array during runtime? [closed]

开发者 https://www.devze.com 2023-03-03 18:30 出处:网络
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.

0

精彩评论

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