Update README

This commit is contained in:
Mike Enriquez
2012-01-31 17:01:59 -05:00
parent 21037a9fae
commit 2ca6d98c7e

View File

@@ -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.