ios - navigate to the second vc at the end of the animated view without using a button -


how can navigate second vc @ end of animated view without using button?

i have watched tutorials in each videos solving problem using button...

can me?

just add performseguewithidentifier in completion block below

uiview.animatewithduration(0.25, delay: 0, options: uiviewanimationoptions.curveeaseinout, animations: {   //your animations  }, completion: {  // segue, example //self.performseguewithidentifier("signinview", sender: self)  }) 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -