Skip to content

iforvert/FVZoomTransition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FVZoomTransition

Introduction

FVZoomTransition provides a new style of push & pop transition.

effect1

effect2

Basic usage

  1. Your target vc must conforms To Protocol

  2. Create an FVZoomTransition instance troughth specified method, and passing your navigation controller instance to it. Such as:

    - (void)viewDidLoad
    {
        [super viewDidLoad];
        self.transition = [[FVZoomTransition alloc] initWithNavigationController:self.navigationController];
    }
  3. According to the requirements in the source and target controller to realize the method specified in the FVZoomTransitionProtocol ,As in the sample code

    - (UIView *)viewForZoomTransition:(BOOL)isSource
    {
      // Return to the view that you wanted transition
    }

Requirements

iOS 7 or above

About

A new style of push & pop transition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published