I'm doing a pp that contains several screens and I have to navigate between them. The problem is that when navigating to some screens it takes too long for the other one to appear. How can I add more speed in transitions ???
My code:
func cancelar() {
self.performSegueWithIdentifier("volver", sender: self)
}