Thanks to visit codestin.com
Credit goes to github.com

Skip to content

redpiston/TiCustomView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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:

  1. Nested Views
  • The standard Titanium Tab Group view does not allow for nested views (eg. a tab group within a tab group).
  1. 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.
  1. 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.

About

A collection of Titanium custom views. Works with both iOS and Android.

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors