Skip to content

Commit daa5554

Browse files
committed
Updated readme
1 parent e2f4aa6 commit daa5554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# UIViewController-DisplayInDrawer
22
Present any view controller easily in a drawer (iOS Maps style).
33

4-
It is implemented as a UIViewController category, which means **no subclassing** and **no invasive view hierarchy setup**.
4+
It is implemented as a UIViewController extension, which means **no subclassing** and **no invasive view hierarchy setup**.
55
It is designed to be as easy to use as possible:
66
1. You can present any existing or new controller. Make it conform to the `DrawerConfiguration` protocol
77
1. Optionally setup a `DrawerPositionDelegate` which is notified about drawer's position
88
1. Call `displayInDrawer(controller, drawerPositionDelegate: delegate)`.
99

10-
Amongst other things we add blur behind your controller. If you want blur effect to be visible you need give your viewController's view transparent background.
10+
Amongst other things we add blur behind your controller. If you want blur effect to be visible you need give transparent background to your viewController's view.
1111

1212
[![CI Status](https://img.shields.io/travis/vilemkurz/UIViewController-DisplayInDrawer.svg?style=flat)](https://travis-ci.org/vilemkurz/UIViewController-DisplayInDrawer)
1313
[![Version](https://img.shields.io/cocoapods/v/UIViewController-DisplayInDrawer.svg?style=flat)](https://cocoapods.org/pods/UIViewController-DisplayInDrawer)

0 commit comments

Comments
 (0)