diff --git a/README.md b/README.md index 4898d2c..0c7de51 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ [![Platforms](https://img.shields.io/badge/platform-iOS-yellow.svg)]() [![Language](https://img.shields.io/badge/language-Swift-orange.svg)]() [![Autolayout](https://img.shields.io/badge/autolayout-enabled-blue.svg)]() -[![CocoaPod](https://img.shields.io/badge/pod-1.0.1-lightblue.svg)]() +[![CocoaPod](https://img.shields.io/badge/pod-1.0.2-lightblue.svg)]() [![License](https://img.shields.io/badge/license-MIT-blue.svg)]() -**Last Update: 14/March/2019.** +**Last Update: 25/March/2019.** ![](logo-drawer_view.png) @@ -20,7 +20,7 @@ `drawer-view` is availabe via `CocoaPods` ``` -pod 'drawer-view', '~> 1.0.1' +pod 'drawer-view', '~> 1.0.2' ``` ## Manual You can always use `copy-paste` the sources method 😄. Or you can compile the framework and include it with your project. @@ -133,6 +133,7 @@ drawerView.animationDuration = 2.5 drawerView.animationDampingRatio = 0.9 drawerView.shadowRadius = 0.25 drawerView.shadowOpacity = 0.132 +drawerView.closeOnBlurTapped = true ``` # 👨‍💻 Author