You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is implemented as a UIViewController extension, which means **no subclassing** and **no invasive view hierarchy setup**.
5
10
It is designed to be as easy to use as possible:
6
11
1. You can present any existing or new controller. Make it conform to the `DrawerConfiguration` protocol
@@ -9,11 +14,6 @@ It is designed to be as easy to use as possible:
9
14
10
15
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.
Copy file name to clipboardExpand all lines: UIViewController-DisplayInDrawer.podspec
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,22 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s.description=<<-DESC
21
-
TODO: Add long description of the pod here.
22
-
DESC
21
+
Present any view controller easily in a drawer (iOS Maps style). It is implemented as a UIViewController extension, which means no subclassing and no invasive view hierarchy setup. It is designed to be as easy to use as possible:
0 commit comments