mirror of
https://github.com/zhigang1992/MultiLayerNavigation.git
synced 2026-06-19 18:13:31 +08:00
modify readme
This commit is contained in:
7
README
7
README
@@ -1,4 +1,7 @@
|
||||
Introduction:
|
||||
#Introduction:
|
||||
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.
|
||||
In addtion, if there are a scroll view in your ViewController, you need to do one more thing -- replace the UIScrollView with MLScrollView or inherit it, that's all.
|
||||
In addtion, if there are a scroll view in your ViewController, you need to do one more thing -- replace the UIScrollView with MLScrollView or inherit it, that's all.
|
||||
|
||||
#Known Issue
|
||||
1.NOT fully some scrollable view (webview/textview/tableview) yet.
|
||||
|
||||
Reference in New Issue
Block a user