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
Asked
Active
Viewed 72 times
0
-
1Does this answer your question? [Passing Data between View Controllers without segue](https://stackoverflow.com/questions/49139209/passing-data-between-view-controllers-without-segue) – Sanoj Kashyap Jul 31 '20 at 18:43
-
1Does this answer your question? [Passing Data between View Controllers](https://stackoverflow.com/questions/5210535/passing-data-between-view-controllers) – Magnas Jul 31 '20 at 19:19
1 Answers
0
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.

user7420795
- 199
- 1
- 15