Daily iOS
Testing

Testing an API-backed screen

This screen leans heavily on an API response. How would you change the code so you can test the screen, view model included, without a server request?

Submit