Skip to content

XueshiQiao/MultiLayerNavigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#MultiLayerNavigation

##介绍 / Introduction

MultiLayerNavigation可以让你轻易地实现类似网易新闻/新浪微博滑动返回的交互效果;
你唯一需要做的就是把UINavigationController替换为MLNavigationController,或者继承它;

MultiLayerNavigation helps you implemntation the interaction -- 'drag to back' in a easy way.
The only one thing you need to do is replacing your UINavigationController with the MLNavigation Controller or inheriting it.

Demo

##已知问题

  1. 只能使用push/pop系列方法来切换viewcontroller,不能直接调用setViewControllers设置;

##Known Issues

  1. NOT support using setViewControllers method to swicth viewcontroller.

About

Drag to back Interaction Implementaion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published