You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Raymond.
I use your Clean Swift architecture design in my app. Thats nice, but, i have a issue with data passing.
Passing data on NEXT scene its easy. But.
What i should use, to pass data FROM Container View (thats embedded with TableViewController) TO Parent View controller?
In another words, what i should use for transfer data from CHILDREN View controller to PARENT view Controller.
I must use router? Or interactor? I don't understand this. How to connect inputs of different view controllers in backward direction?
Thanks for reply.
The text was updated successfully, but these errors were encountered:
Hi Raymond.
I use your Clean Swift architecture design in my app. Thats nice, but, i have a issue with data passing.
Passing data on NEXT scene its easy. But.
What i should use, to pass data FROM Container View (thats embedded with TableViewController) TO Parent View controller?
In another words, what i should use for transfer data from CHILDREN View controller to PARENT view Controller.
I must use router? Or interactor? I don't understand this. How to connect inputs of different view controllers in backward direction?
Thanks for reply.
The text was updated successfully, but these errors were encountered: