-
Notifications
You must be signed in to change notification settings - Fork 27
Home
pegli edited this page Oct 12, 2012
·
5 revisions
TiCarousel is an Appcelerator Titanium module which wraps iCarousel, a simple, highly customizable, data-driven 3D carousel for iOS and Mac OS.
- Copy the
com.obscure.ticarousel-iphone-1.0.1.zipfile to your $TITANIUM_HOME directory (usually~/Library/Application Support/Titanium). - Edit your project's
tiapp.xmland add the module. Example:
<modules>
<module platform="iphone" version="1.0.1">com.obscure.ticarousel</module>
</modules>See the sample projects and the documentation.
All known issues with the module are tracked under the Issues tab above. Some important issues to note are:
- The module does not currently support the use of
Ti.UI.SIZE,Ti.UI.FILL, andautofor the values of height and width in item views or subviews. You must specify a numeric height and width for the item views to display correctly. - iCarousel's placeholder views are not yet implemented.
If you find any problems with the module or have suggestions for improvements, please file an issue.