Hi im trying to pass data between two viewController from different storyBoard . like this i want to pass image and label to tableViewCell without using segue . how can i do it ?enter image description here
-
1Does this answer your question? Passing Data between View Controllers without segueSanoj Kashyap– Sanoj Kashyap2020-07-31 18:43:19 +00:00Commented Jul 31, 2020 at 18:43
-
1Does this answer your question? Passing Data between View ControllersMagnas– Magnas2020-07-31 19:19:01 +00:00Commented Jul 31, 2020 at 19:19
Add a comment
|
1 Answer
Welcome to the world of stack overflow.🙂
There are many approaches to pass data between viewcontrollers. Most liked are Delegates and on NSNotificationCenter.
Please have a look at this article. You will get the idea.