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
Post a Comment