x


Are builtin 3D arrays and generics okay on iPhone?

I can't seem to find a definitive answer on either of these when I google and look on other forums. Some sites seemed to be saying that 2D arrays [,] were okay but 3D [,,] would crash on the device (but compile and run in the editor). I could make a wrapper class for MultiDimArrays, but it would be good to know if I'm doing it to extend native capabilities or to work around native limits.

Same thing for Generics... this forum thread has a post saying there are no generics on iPhone but it's quite an old thread so I don't know if it's still the case.

more ▼

asked Jul 01 '11 at 02:56 PM

robinking gravatar image

robinking
756 61 68 81

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

That info is very old and outdated, and doesn't apply anymore.

more ▼

answered Jul 01 '11 at 05:12 PM

Eric5h5 gravatar image

Eric5h5
80.3k 42 132 521

Great! Thanks!

Jul 02 '11 at 11:50 AM robinking
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2000
x38
x29

asked: Jul 01 '11 at 02:56 PM

Seen: 981 times

Last Updated: Jul 02 '11 at 11:50 AM