How to show images from a JSON Feed

Hey I was wondering how to edit the ResourceLoader.swift file to be able to render images from my file server. I’ve been trying to get this to work for a few days and it’s not working.

Also I haven’t gotten to this part yet but if I wanted to use data from my json files on my webserver instead of adding them locally to the application, would I be able to just use a JS fetch method and pass the contents to JSON.parse in DataController.js or would that have to be done in swift as well? And if it has to be done in swift, how do I go about doing that?

Thanks in advance for the help.

@jozenua Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.