content handling of UITextView between two navigation view
问题 I have view a that has a table cell and a save button. If I touch the table cell, a new navigation view slides in ( view b ). In the view b, I have one UITextView where I type all the context I need save. And of course there is 'back' button on the top left side of the 'view b'. 'view a' has a save button, it wants save content of the textView from 'view b' that I typed in. Saving is done on 'view a' not 'view b' since actually there are other information need to be saved on 'view a' as well.