GoAutoSlideView
GoAutoSlideView copied to clipboard
Change page problem
Is the library not provide the change page feature? I want to custom the previous and next button to change the current slide page.
@andy199609 It's not designed to move page manually, but it's easy to achieve this by export a method.😊
I am a beginner. Can you explain how to achieve it? Thank You.
- (void)scrollToPage:(NSInteger)page{ [self.scrollView setContentOffset: CGRectGetWidth(self.bounds) * page animated:YES]; }