I have been learning swift and have made the foundation of most of my app. I have the following storyboard
app storyboard
Everything works fine. For example
I did not manage to get the unwind segue to work but instead used
navigationController!.popViewControllerAnimated(true)
as a work around and this works fine.