from a dynamic tableView
"CardSets" I do a segue to a static tableView
"AddCardSet" to enter some data. After successfull save()
method I want to send the user back to the initial tableView
"CardSets". How can I do that?
Do I have to set a segue onto the save
button? Or is there a shorter way?