iCarousel Changelog

What's new in iCarousel 1.8.2

Aug 11, 2015
  • Fixed some warnings and updated examples for Xcode 7 beta
  • Scrolling now goes the right way when using Chameleon
  • Added nullability qualifiers to improve Swift interop

New in iCarousel 1.8.1 (Nov 27, 2014)

  • Fixed bug where item views could be left invible after reloading

New in iCarousel 1.8 (Nov 27, 2014)

  • iCarousel now requires ARC
  • iCarousel now requires 64-bit processors on Mac OS 10.6
  • Added autoscroll property to set carousel rotating at a constant speed
  • Added pagingEnabled property to force carousel to only move a single index per swipe
  • Added itemViewAtPoint: method
  • Fixed bug which occasionally caused carousel item views to pop-in from right
  • Fixed bug where views with userInteractionEnabled = NO would get re-enabled
  • Removed all deprecated methods and APIs
  • Added iCarouselOptionFadeMinAlpha option for setting minimum fade
  • Setting scrollOffset now lets you exactly mirror behaviour from one carousel to another
  • Fixed bug where item indexes were selected incorrectly when tapping views in vertical mode
  • Perspective and viewpointOffset properties can now be animated
  • Added some minimal accessibility support
  • Single items now bounce by default (set scrollEnabled = NO to disable)
  • Now conforms to the -Weverything warning level

New in iCarousel 1.7.6 (Jul 2, 2013)

  • Fixed animation timer bug when using ARC

New in iCarousel 1.7.5 (Jul 2, 2013)

  • Fixed an issue with latest llvm compiler
  • Fixed confict between iCarousel animation and UIScrollView scrolling

New in iCarousel 1.7.4 (Apr 10, 2013)

  • Fixed deprecation warnings when using Xcode 4.6
  • Fixed wide items in a vertical carousel getting incorrect hitboxes
  • Added podspec file

New in iCarousel 1.5.5 (Aug 22, 2011)

  • Deprecated visibleViews property
  • Added visibleItemViews property, which is an array
  • Added indexesForVisibleItems property
  • Added itemViewAtIndex: method
  • Added currentItemView property
  • Added indexOfItemView: method
  • Fixed glitch when unwrapped CoverFlow2-type carousels reach the far right
  • Scroll animation events are now called immediately after scrolling ends if the carousel does not need to scroll a significant distance.
  • Fixed jerky bounce animation on CoverFlow2-type carousels when stopAtItemBoundary is set to NO.

New in iCarousel 1.2.2 (Jun 11, 2011)

  • Remove an iOS 4-specific API so that iCarousel will work on iOS 3.2
  • Fixed crash when removing last item in a carousel or inserting items into an empty carousel