Skip to content

VimalDas/FlipAnimations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FlipAnimations

  1. drag and drop the VDSFlipAnimation class to your swift project.
  2. animate any view or even add animation to navigation controller by calling the different flip animations.

eg: profileImageView.flipLeft() profileImageView.flipRight() profileImageView.flipTop()
profileImageView.flipBottom() profileImageView.flipCurlUp() profileImageView.flipCurlDown()

  1.  or to navigation controller as 
    

    eg: let vc : SecondViewController = self.storyboard?.instantiateViewController(withIdentifier: "SecondViewController") as! SecondViewController

     self.navigationController?.view.flipRight() // flip animation
     
     self.navigationController?.pushViewController(vc, animated: false)
    
  2.   to popViewcontroller animation: eg:  self.navigationController?.view.flipLeft() // any animation
    
    self.navigationController?.popViewController(animated: false)
    
  3. That's It Enjoyy!!

Youtube: https://youtu.be/A0u67x4wXa4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages