ios - How to pass data back to the original UINavigationController -


storyboard

i pass data last table view first view. how can grab hold of first view object? i'm familiar delegate pattern. first view, i'm using style modal invoke table view.

create object manage data model outside of controller structure (singleton or owned application delegate). update when have new data , read when want display something. then, instead of having make links between controllers, need remove 1 or ones don't want , let 1 go decide show.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -