forked from bsfan/UIViewController-PushTransition
-
Notifications
You must be signed in to change notification settings - Fork 1
q200981193/UIViewController-PushTransition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published