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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This project is an example app that showcases the uses for `ECSlidingViewControl
11
11
12
12
* Panning gesture to move top view can be set on any `UIView`. It is most likely a navigation bar or the whole top view itself.
13
13
* Configurable anchor positions, with automatic adjustments for orientation change. See "Anchor Position Geometry" section below.
14
-
* There are no assumptions about the size and layout of the views under the top view. That is up to the implementor.
14
+
* There are no assumptions about the size and layout of the views under the top view. See the `underLeftWidthLayout` and `underRightWidthLayout` properties if you need a common layout.
15
15
* The child views can be changed at anytime.
16
16
* Child view controllers can be an instance of `UIViewController` or any subclass of `UIViewController` including `UINavigationController` and `UITabBarController`.
0 commit comments