I have a project where I use Core Data with bindings to NSArrayControllers. I found MagicalRecord and started to implement it.
My question is, how do I implement MagicalRecord without having an AppDelegate? Or Shall I create my own AppDelegate and implement it there?
Thanks in advance, Mikael