Never mind. I’ll try to subclass the Image classes.
On Aug 8, 2016, at 6:32 PM, Harbs <[email protected]> wrote: > How do I do that without ending up with double code in my app? If one part of > the app uses Image and another uses ImageWithBlob, that’s going to duplicate > about 600 lines of code. > > On Aug 8, 2016, at 6:02 PM, Alex Harui <[email protected]> wrote: > >> So, go make a ImageModelWithBlob, and ImageViewWithBlob. >
