How to Implement Skip and Next Buttons
Audible Login Walkthrough
Onto one of our last episodes for the Audible Login series. Today, let's go over implementing the behavior that handles the Skip and Next buttons at the top of the screen. We will be using UICollectionView's scrollToIndexPath method to handle the transition from page to page. I'll also go over how you can refactor the code to avoid redundancy which will definitely help you in the long run. The last step is to use our nextPage function to also implement the skipping behavior.

Comments (0)
HELP & SUPPORT