alexiscreuzot / KASlideShow

Ultra-basic slideshow for iOS (ARC only).
MIT License
206 stars 61 forks source link

There is no functionality to stop swipe left and right at 0 and last index. #48

Closed bhautikappv closed 6 years ago

bhautikappv commented 7 years ago

I am trying to stop left and right swipe at first and last image.

If i have 5 image array. when i am at index 0 no right swipe, and it only display 1,2,3,4 when i am at index 4 no left swipe, and it only display 3,2,1,0

I think you understand what i am saying here.

Please help me to sort out this.

Thanks in advanced.

PrakashMaharjan commented 7 years ago

is there any way to get index on tap and push view with selected image rather than sliding images? Thanks in advance. :)

alexiscreuzot commented 6 years ago

All this is basic stuff, Stack Overflow might be of better help