I would like to move data between two differents UIViewControllers, without segue nor pushing one. There are some questions about this subject, but I didn't find any clear answer.
I tried using protocol / delegate, but I failed to correctly define the delegate vc1.delegate = vc2
Do I have to define a global variable ? Do you have any other idea ?
Thank you.