Skip to content

Commit 23a878b

Browse files
committed
Update README about under layout properties
1 parent 387d695 commit 23a878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is an example app that showcases the uses for `ECSlidingViewControl
1111

1212
* 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.
1313
* 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.
1515
* The child views can be changed at anytime.
1616
* Child view controllers can be an instance of `UIViewController` or any subclass of `UIViewController` including `UINavigationController` and `UITabBarController`.
1717
* iPad support.

0 commit comments

Comments
 (0)