Skip to content

Push transition w/o UINavigationController instead of boring UIModalTransitionStyle

Notifications You must be signed in to change notification settings

q200981193/UIViewController-PushTransition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UIViewController+PushTransition requires QuartzCore.framework.

Instead of

	[self presentViewController:viewController animated:YES completion:NULL]; - or - [self presentModalViewController:viewController animated:YES];

you

	#import "UIViewController+PushTransition.h"

and

	[self pushViewController:viewController];

Instead of

	[self dismissViewControllerAnimated:YES completion:NULL]; - or - [self dismissModalViewControllerAnimated:YES];

you

	[self dismissPushedViewController];

About

Push transition w/o UINavigationController instead of boring UIModalTransitionStyle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published