I am trying to create a settings page so that users can edit their settings. Could you show me how I would implement a settings view controller using SCViewController allowing me to navigate to the settings and back again, launching from UIToolBarButton. Must be using core Data as well.
I am eliminated the tabBarController and have replace it with a simple UIToolBar which suits me as there should be only two SCViewControllers. the main page and settings. So when i click on the UIToolBar button, my settings page occurs. When I press ok or save changes, i am taken back to the main page.
I understand that I would have to create an SCEntityDescription for the data im trying to save and so on. Any ideas how I would launch other SCViewControlllers?
THanks,
Ben
Edited by alphaai, 20 March 2013 - 11:40 PM.