Scroll View School · Conclusion | raywenderlich.com


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

Hi, Thanks for the amazing update. I was reading previous edition while the new update hit… so I just rewatched everything! wonderful update…

I have one question, are you guys going to add the third section later on, or there will be no coming updates?

@jessycatterwaul @jcatterwaul Can you please help with this when you get a chance? Thank you - much appreciated! :]

Hi!

Thanks for your question. This is everything for this version of the course. We’ll definitely consider bringing back a part 3, full of new Scroll View Recipes for the next update, or adding a new course focused on that. If there’s anything you particularly want to see in the future, let us know :]

In the mean time, I think you’ll find that much of code from Brian’s iOS 11 version still works in iOS 12.

1 Like

Yeah, I just watched final section… everything is going well

Thanks catie

HI, I’ve finished this course , and I wonder what if I wanna achieve the effect like scroll banner page in App Store, that’s when an image in the middle of the scroll page view, and part of the previous and after images still visible at left and right? I can only get one image show wholly in the scroll page one time. Thanks!

@catie Can you please help with this when you get a chance? Thank you - much appreciated! :]

Hi! You could do something like that by making the scroll view less wide than its superview, and making sure the images in the scroll view aren’t clipped to bounds. You could also do the centering programmatically, instead of using the built-in paging.

However, I recommend you check out the video course on Custom Collection View Layouts for an altogether different approach. The Carousel Layout seems to be what you’re after!

https://www.raywenderlich.com/3987-custom-collection-view-layout/lessons/3