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
Copy file name to clipboardExpand all lines: SidebarOverlay.podspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="SidebarOverlay"
3
-
s.version="2.0.2"
3
+
s.version="2.0.3"
4
4
s.summary="Yet another implementation of sidebar menu, but here your menu appears over the top view controller."
5
5
6
6
s.description="Yet another implementation of sidebar menu, but here your menu appears over the top view controller. You questions and pull requests are wolcome."
@@ -61,6 +48,13 @@ public class SOContainerViewController: UIViewController, UIGestureRecognizerDel
61
48
}
62
49
}
63
50
51
+
/**
52
+
A view controller that represents the sidebar menu.
53
+
54
+
A view controller, that is assigned to this property, is hidden under the left edge of the screen. When user makes a left-to-right swipe gesture, it follows the finger and becomes visible.
55
+
56
+
Usually you have to set it only once, when you prepare an instance of `SOContainerViewController` to be presented.
57
+
*/
64
58
publicvarleftViewController:UIViewController?{
65
59
get{
66
60
return _leftViewController
@@ -113,7 +107,27 @@ public class SOContainerViewController: UIViewController, UIGestureRecognizerDel
0 commit comments