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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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