8000 GitHub - yunzixun/MLTransition: iOS7+, pop ViewController with pan gesture from middle or edge of screen.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yunzixun/MLTransition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLTransition

Apps Using Downloads

Support for iOS7+.

  • Pop ViewController with pan gesture from middle or edge of screen.

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

There is a sister library MLNavigationBarTransition(Advanced navigation bar transition based on official push-pop transition)

My library does not seek any reward, but if you use this library, star it 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 97.8%
  • Ruby 2.2%
0