##TiCustomView
A collection of Titanium custom views. Currently this includes:
- CustomTabGroup
- CustomNavigationView
- CustomTabbedNavigationView
Works with both iOS and Android.
##Why Use TiCustomView?
The main reason these custom views were created are also the reasons why they're advantageous to use over the standard Titanium tab and navigation views:
- Nested Views
- The standard Titanium Tab Group view does not allow for nested views (eg. a tab group within a tab group).
- Standardized Cross-Platform Views
- The standard Tab Group in Android has a different look and feel than it does in iOS. These custom views allow for the same views to be used across both platforms.
- Customized Views
- These custom views allow for custom tab buttons, positioning, etc.
##Usage
To use these views, simply drop them into your project's Resource folder (see the example app).
##Documentation
Each view contains its own README which outlines the view's API.


