Advanced Swift: Protocol Oriented Programming 路 Conclusion | raywenderlich.com


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鈥檓 building right now. I need to populate a collection view with two different data types that provide similar functionality. Looks like I鈥檒l need to update my collection view delegates (delegate and data source) methods to handle this new protocol I create. Thanks.

@akirna Really glad you liked it! Cheers! :]