Comment créer un NSDictionary qui contient un tableau pour chaque touche?


Je voulais savoir comment (si c'est possible) pour créer un NSDictionary qui détient un NSArray pour chaque touche.

Quelque chose comme ça:

@"FirstKey" - [0], [1], [2], [3]

@"SecondKey" - [0], [1], [2], [3]

@"ThirdKey" - [0], [1], [2], [3]

@"FourthKey" - [0], [1], [2], [3]

Espère que vous avez compris l'idée, merci d'avance!

InformationsquelleAutor Itamar | 2011-06-28