From 4ffa8ff3e83f66420afbd3bbe51e7ed5e73679a0 Mon Sep 17 00:00:00 2001 From: Feather Date: Tue, 16 Apr 2013 13:12:46 +0800 Subject: [PATCH] modify readme --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index a6f6460..4409a95 100644 --- a/README +++ b/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. \ No newline at end of file +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.