Skip to content

Releases: zhangbozhb/Carousel

make sure index in range[0, cellCount)

05 Sep 03:32
Compare
Choose a tag to compare

make sure index in range[0, cellCount)

add isTapEnabled

03 Nov 07:03
Compare
Choose a tag to compare

add property isTapEnabled

bug fix: firstVisibleCell may not correct when Carousel frame is zero

19 Oct 06:17
Compare
Choose a tag to compare

bug fix: firstVisibleCell may not correct when Carousel frame is zero

bug fix: firstVisibleCell may not correct when Carousel frame is zero

19 Oct 06:18
Compare
Choose a tag to compare

bug fix: firstVisibleCell may not correct when Carousel frame is zero

add support didTapAt

18 Oct 03:03
Compare
Choose a tag to compare

add support didTapAt

add support didTapAt

18 Oct 02:38
Compare
Choose a tag to compare

add support didTapAt

support swift 3

18 Sep 10:07
Compare
Choose a tag to compare

update code and api to support swift 3

support swift 2.3

18 Sep 10:07
Compare
Choose a tag to compare

support swift 2.3

refactor code(api has changed)

06 Sep 10:36
Compare
Choose a tag to compare

refactor code and bug fix

a, refactor code and rename api to make api clear
b, fix progress error
c, improve paging

fix bug and optimize

21 Aug 06:00
Compare
Choose a tag to compare

1, fix crash if CarouselView init size is zero by restrict page width, page height to not less than 1(to avoid dived by zero)
2, add miss delegate method of scrollViewDidEndDecelerating
3, make pagingEnabled, pagingRequired more clearly