From 162229c0c5b13c73bde3a24e0a08c3d131b846c3 Mon Sep 17 00:00:00 2001 From: Brendan Lee Date: Tue, 25 Oct 2016 22:16:25 -0400 Subject: [PATCH] Add some new features to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index adc8ae3..04e35f5 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,5 @@ if let drawer = self.parentViewController as? PulleyViewController 10. You can change the drawer position by calling setDrawerPosition( : ) on the `PulleyViewController`. 11. If an object needs to receive delegate callbacks and _isn't_ one of the view controller's presented then you can use the -delegate property on the `PulleyViewController`. 12. The Swift Interface for `PulleyViewController` is documented in case you want to see real documentation instead of a numbered list of useful things. +13. You can set the initial drawer position by using the initialDrawerPosition property on the `PulleyViewController`. +14. Most settings for the `PulleyViewController` are exposed in Interface Builder. Select the `PulleyViewController` View Controller (not the view) to access them via IBInspectable.