Skip to content
This repository has been archived by the owner. It is now read-only.

Releases: DroidsOnRoids/SwiftCarousel

Swift 3.0 support! 🎉

10 Nov 23:17
Compare
Choose a tag to compare

Thanks so much to @sampaioroberto, it was mostly his work that helped making this possible.

itemsFactory and copy view fixes.

19 Mar 20:50
Compare
Choose a tag to compare
  • Add itemsFactory(itemsCount:factory:) method which can be used instead of items variable to set the carousel views.
  • Breaking change Replace convenience init init(frame:choices:) to init(frame:items:).
  • Change Example2 to use itemsFactory(itemsCount:factory:) instead of items.
  • Improve UIView().copyView() (it will copy also constraints now for view & subviews).

Fixed issue #7!

18 Mar 18:10
Compare
Choose a tag to compare

Clicking on item now selects it!

16 Dec 11:59
Compare
Choose a tag to compare

Plus additional code cleaning.

Fixed selecting item

14 Dec 11:18
Compare
Choose a tag to compare

Current stable version of the pod.

Fixes:

  • Now selecting by method selectItem(_:animated:) will scroll to the nearest item (was selecting at random),
  • Instead of scrollView delegates, we now use KVO,
  • License changes,
  • Code cleanup