I am developing an iphone app and I was wondering the following:
How do I initialise an NSMutableArray of NSMutableArrays to a certain size?
Sorry for the noob question
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.
I am developing an iphone app and I was wondering the following: How do I initialise an NSMutableArray of NSMutableArrays to a certain size? Sorry for the noob question |
|||
|
|
|||||||||||||
|
You don't set a maximum size. You just keep addObject:'ing to them |
|||||
|