Using Swift, how can I intercept a request for an online image and serve a local image instead?
I’ve made a game using web technologies, and for the iOS version I am using a webview to display it to users.
Using Swift, how can I intercept a request for an online image and serve a local image instead?
I’ve made a game using web technologies, and for the iOS version I am using a webview to display it to users.