Closed KimDarren closed 9 years ago
Thanks for pulling!But I have some questions for you :
KYAnimatedPageControl
,you can just tap the specific index and the indicator will move to it with animation.But I am also confusing why user need * animateToIndex:*,they can just scroll the view. So pls give me some Context of Use.BUT,I am appreciate it very well if you have added and tested it.Let me know if you're DONE.I'll will merge it without any hesitation.
THANKS INDEED.
Animating to specific index.
KYAnimatedPageControl
is really great library. But I saw that there is no way to animate to specific index in the KYAnimatedPageControl.animateToIndex:
toKYAnimatedPageControl
class.Swipe to change index.
KYAnimatedPageControl
doesn't support swipe (UIPanGestureRecognizer).swipeEnable
property toKYAnimatedPageControl
class.KYAnimatedPageControl
to detect pan gesture.swipeEnable
value is YES, animate to the index with the pan gesture.Why Not Demo?
animateToIndex:
,swipeEnable
).ViewController
,Main Storyboard