This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1258671-advanced-swift-protocol-oriented-programming/lessons/7
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1258671-advanced-swift-protocol-oriented-programming/lessons/7
Great tutorial Ray. This will be very important in an app I’m building right now. I need to populate a collection view with two different data types that provide similar functionality. Looks like I’ll need to update my collection view delegates (delegate and data source) methods to handle this new protocol I create. Thanks.