Hi everyone,
I was wondering if there was anyone out there that could comment on the feasibility of an editable multilevel hierarchy of navigation controllers.
Basically here is what I'm trying to do:
* The app is a tab bar application
* One of the tabs is a hierarchy of navigation controllers
* The hierarchy ends in a detailed view controller
* Each level of navigation controller is editable (adding and removing possible)
* Would like to save the editing changes to the user's core data
If anyone has any tutorials (mainly for editable navigation controllers or saving table view changes to the core data) that would be awesome
Thank you in advance!