¡@

Home 

2014/10/15 ¤U¤È 10:15:49

iphone Programming Glossary: viewc

How to pass data back from one view to other View in IOS?

http://stackoverflow.com/questions/11885673/how-to-pass-data-back-from-one-view-to-other-view-in-ios

my situation i am facing problem. Let's say Passing data to other view ViewA ViewB This working perfectly fine ViewB ViewC This working perfectly fine ViewC ViewB Here is the problem. I tried using push segue it goes to ViewB but when i press.. Let's say Passing data to other view ViewA ViewB This working perfectly fine ViewB ViewC This working perfectly fine ViewC ViewB Here is the problem. I tried using push segue it goes to ViewB but when i press back button it goes to ViewC back.. ViewC ViewB Here is the problem. I tried using push segue it goes to ViewB but when i press back button it goes to ViewC back button ViewB back button View A. From ViewB when i press back button it must goes to ViewA. Tried using modal segue..