DEV Community

Discussion on: Design Patterns with Swift: Quick look at a Strategy Pattern

Collapse
 
donald90 profile image
Francesco Chiusolo • Edited

I guess that in the "Usage" code snippet you would have used imageRepresenter.imageRepresentation(image: image) not imageRepresenter.dataRepresentationFrom(image: image)

Collapse
 
kamwysoc profile image
Kamil Wysocki

You're right! Thanks :) now, ImageRepresenter has imageDataRepresentation method.