ios - How to pass data back to the original UINavigationController -
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
Post a Comment