Beginning Collection Views 路 Getting Started | Ray Wenderlich


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/6308-beginning-collection-views/lessons/2

There is something wrong with the Video player. All videos don鈥檛 start up for some reason. I tried different browsers and all have the same issue. By the way, I was able to run the courses previously but now once you hit the play button nothing happens

If you are having problems with the video player, then please send an email to support@razeware.com. They should be able to help you out. Thanks so much!

Hi! What is the difference, between UICollectionViewController , and constructing it with UIViewController wit hits corresponding protocols?

The best place to answer that questions is by heading over to the documentation. You can see it here:

https://developer.apple.com/documentation/uikit/uicollectionviewcontroller

You鈥檒l see that it inherits from the following protocols:

CVarArg
Equatable
Hashable
NSExtensionRequestHandling
UICollectionViewDataSource
UICollectionViewDelegate
UIPasteConfigurationSupporting
UIStateRestoring
UIUserActivityRestoring

Amazing work, thanks.

@tssr Really glad you like it! :]

Fantastic!!! Amazing, thanks for helping beginners like me.