Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ForTraces/MLTransition

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLTransition

Support for iOS7+.

  • Pop ViewController with pan gesture from middle or edge of screen.
  • It's useable with setting the leftBarButtonItem property of UIViewController

Tips:
The libirary uses a unpublish api(not private). But it's ok in my experience. My app has been approved.

My library does not seek any reward, but if you use this library, tell me if you like. :)

MLTransition

Usage

- (BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(nullable NSDictionary *)launchOption{
[MLTransition validatePanBackWithMLTransitionGestureRecognizerType:MLTransitionGestureRecognizerTypePan];//or MLTransitionGestureRecognizerTypeScreenEdgePan
//...
return YES;
}

About

iOS7+, pop ViewController with pan gesture from middle or edge of screen.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 84.2%
  • Shell 12.8%
  • Ruby 1.8%
  • C 1.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.