Imagine the settings menu in iOS. In the menu on the left there is a row/button that says General. If you click general the view on the right will change accordingly. Next may be sounds or something, and when you click on that the view on the right changes to show information related to sounds.
I would like to have a split view controller that keeps a constant menu on the left side (Master view) similar to iOS settings app. And on the right (Details view) I would like to display views that I can drill down into to perform crud operations and display the results.
It seems to work well for one option but when I add more, it seems to either return null, or change the wrong controller.