GoAutoSlideView icon indicating copy to clipboard operation
GoAutoSlideView copied to clipboard

GoAutoSlideView extends UIScrollView by featuring infinitely and automatically slide.

Results 4 GoAutoSlideView issues
Sort by recently updated
recently updated
newest added

iOS 14 introduces additional configurations to UIPageControl. Also, on iOS 14 the page control is not displayed because of the width. Making the page control a public readonly property allows...

Is the library not provide the change page feature? I want to custom the previous and next button to change the current slide page.

Could you add a feature to set animation options? I want to set UIViewAnimationOptionCurveEaseInOut option during animating. I tried out with the below code, but It didn't work properly. ```...

Thank you for awesome library, but animation is not working properly. The default value of animation is NO. I think the right default value is YES same as your Example...