kylebrowning / waterwheel.swift

The Waterwheel Swift SDK provides classes to natively connect iOS, macOS, tvOS, and watchOS applications to Drupal 7 and 8.
MIT License
412 stars 93 forks source link

Feature request: Process images #149

Closed kevcol closed 7 years ago

kevcol commented 7 years ago

It would be great if waterwheel processed images.

kylebrowning commented 7 years ago

Ive updated the demo to include showing downloading the image.

However this only works with Drupal 8.3 so if you are using BLT/Composer, you can add

            "drupal/core": {
              "Image URL formatter" : "https://www.drupal.org/files/issues/2517030-125.patch"
            }

And enable Response Image module.