I am creating a new app using iOS 6.x
I used the default template for Master-Detail
The question is where do I instantiate my class for storing objects that will be displayed in my UITableView and the detail view once the UITableViewCell is selected
The data is coming from an SQLite database
Do I instantiate it in AppDelegate? or in my ViewController?