From dd2521ace7cd3ea49260bcd14d4c9c0230be4c73 Mon Sep 17 00:00:00 2001 From: Evan Owen Date: Fri, 9 Oct 2020 15:39:57 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cecbaf5..fdef7e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -![deploy_to_cocoapods](https://github.com/52inc/Pulley/workflows/deploy_to_cocoapods/badge.svg) # Pulley + +

+ + + + +
+ + +

+ A library to imitate the drawer in Maps for iOS 10/11. The master branch follows the latest currently released version of Swift. If you need an older version of Swift, you can specify it's version (e.g. 1.0.x) in your Podfile or use the code on the branch for that version. Older branches are unsupported. ### Update / Migration Info @@ -143,3 +153,10 @@ if let drawer = self.parentViewController as? PulleyViewController 15. By default, Pulley will only use the 'bottom' display mode (to preserve backwards compatibility). If you want to use the iPad / iPhone landscape modes, you can use 'panel' for the display mode. If you want it to automatically switch like Maps.app on iOS, you can set the display mode to 'automatic'. 16. You can apply a custom mask to the Pulley drawer by setting your drawerViewController's view.layer.mask property to a CAShapeLayer. That mask will also be applied to the drawer in Pulley. 17. You can specify which corner you'd like the panel to display in (when in 'panel' displayMode) by using the 'panelCornerPlacement` property. + +## Requirements + +- iOS 9.0+ +- Swift 4.0+ + +