I'm just starting out with Xamarin Studio and creating iOS apps in C#. I'm using the Master-Detail project template and want to create a navigation/action pane in the master to show different pages or perform different tasks in the detail view. Should I create the nav out of a tableview? any examples would be much appreciate it. The master needs to look something like this...
Item 1 (section) * Item 1 child * Item 1 child Item 2 (section) * Item 2 child * Item 2 child
etc