What\'s the easiest way to create an array of structs in Cocoa?
Does it need to be a struct? It's generally better to make it an object if you can. Then you can use things like KVC and Bindings with it.