FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

willDisplay and didEndDisplaying's index are correct?

Open sugitatestblue opened this issue 2 years ago • 1 comments

    func pagerView(_ pagerView: FSPagerView, willDisplay cell: FSPagerViewCell, forItemAt index: Int) {

    }

    func pagerView(_ pagerView: FSPagerView, didEndDisplaying cell: FSPagerViewCell, forItemAt index: Int) {

    }

sugitatestblue avatar Jun 20 '22 02:06 sugitatestblue

noticed that index != pagerView.currentIndex in these methods

torburg avatar Jul 25 '23 18:07 torburg