D dgdosen macrumors 68030 Original poster Dec 13, 2003 2,837 1,472 Seattle Aug 1, 2008 #1 Is it possible to init NSArrays or NSMutableArrays wtih multiple dimensions? From the documenation, it doesn't look like, but it would be kind of useful.
Is it possible to init NSArrays or NSMutableArrays wtih multiple dimensions? From the documenation, it doesn't look like, but it would be kind of useful.
T tacoman667 macrumors regular Mar 27, 2008 143 0 Aug 1, 2008 #2 louden said: Is it possible to init NSArrays or NSMutableArrays wtih multiple dimensions? From the documenation, it doesn't look like, but it would be kind of useful. Click to expand... You will have to do it in the manual sense of the word, nested Arrays.
louden said: Is it possible to init NSArrays or NSMutableArrays wtih multiple dimensions? From the documenation, it doesn't look like, but it would be kind of useful. Click to expand... You will have to do it in the manual sense of the word, nested Arrays.
S springframework macrumors member Mar 31, 2008 59 0 Aug 1, 2008 #3 yeah ... you can have an array of arrays ... you can even have an array of arrays of arrays ... 3D!