I am developing an iOS application in Swift.
I want to send data from a view to an other one, using the prepareForSegue
function.
However, my target view is preceded by a navigation controller, so it doesn't work. How can I set data on the VC contained within the navigation controller?