From 2ca6d98c7e8652f88b00a9f209753ade9f8b84ba Mon Sep 17 00:00:00 2001 From: Mike Enriquez Date: Tue, 31 Jan 2012 17:01:59 -0500 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7508361..6a4462c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This project is an example app that showcases the uses for `ECSlidingViewControl * Configurable anchor positions, with automatic adjustments for orientation change. See "Anchor Position Geometry" section below. * There are no assumptions about the size and layout of the views under the top view. That is up to the implementor. * The child views can be changed at anytime. +* Child view controllers can be an instance of `UIViewController` or any subclass of `UIViewController` including `UINavigationController` and `UITabBarController`. * iPad support. * See [ECSlidingViewController/Vendor/ECSlidingViewController/ECSlidingViewController.h](https://github.com/edgecase/ECSlidingViewController/blob/master/ECSlidingViewController/Vendor/ECSlidingViewController/ECSlidingViewController.h) for options and configuration.