DroidsOnRoids / SwiftCarousel

Lightweight, written natively in Swift, circular UIScrollView.
http://www.thedroidsonroids.com/blog/ios/circular-scroll-view-swiftcarousel/
MIT License
144 stars 43 forks source link

defaultSelectedIndex animating problem. #7

Closed sunshinejr closed 8 years ago

sunshinejr commented 8 years ago

When we are setting defaultSelectedIndex in e.g. viewDidLoad, method needs to animate it in order to select it at all. We need a way to select the item without animating it, before the view loads.

sunshinejr commented 8 years ago

This bug should be now fixed and is included in 0.4. version 😎