I have a question for you. I am new to this and need some advice here, The app I am making is one that has a list of over 150 items in a tableview, when you select an item a new MVC comes up and shows the picture, and has button that leads to another MVC that tells you about the item via modal. Each item describes what it contains, and the benefits, these are lengthy descriptions. So in your opinion should I make a new MVC for each description? Or can I dynamically pass in the description to that MVC, and if so where do I put all of the descriptions at so that I can pass in the information. What should I do? Thanks.