by Paul Mietz Egli ([email protected]) based on iCarousel by Nick Lockwood (https://github.com/nicklockwood/iCarousel)
TiCarousel is an Appcelerator Titanium module which wraps iCarousel, a class designed to simplify the implementation of various types of paged and scrolling views on iOS.
See the Wiki pages for usage instructions and the samples directory for example apps.
- Titanium SDK 1.8.2 or later
- Xcode 4.2 or later to build
- Runtime requirement is iOS 5+
- TiCarousel is under the Apache License 2.0
- iCarousel is Copyright (c) 2011 Charcoal Design. See their license file.
1.0.1
- new "bump" carousel type
- changed module name to lowercase for better compatibility with Titanium Studio
1.0
- built-in carousel types are working
- can now set views after the carousel is created
- custom carousel types can be defined in JavaScript (!)
Next step is to put together a sample app that showcases all of this...