It is useful to know that you can reference the top level of your application from anywhere since it is a Singleton. This enables access to the application delegate as follows: [[UIApplication sharedApplication] delegate]; This can be useful if you want declare your model at the top level of your app and need to reference [...]