Kodeco Forums

Video Tutorial: Swift Scroll View School Part 14: Slide-out Sidebar II

In this video tutorial, you'll learn how to implement a second sidebar on the right hand side and a menu toggle button.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3911-scroll-view-school/lessons/15

In this video Brian begins by talking about the high level structure of the different views, he introduces three separate views, color coded red, green and blue, from left to right.

The left side bar (red) and the main view( green) makes sense but the right side bar (blue) seems to come out of nowhere. It is not in the code and Iā€™m not quite sure what purpose it serves.

He also talks about a hypothetical issue with the right side bar overlapping the main view (green) by taking advantage of scrollView.panGestureReconizer however this is not talked about at all during the rest of the video or is anywhere in the code.