Hey all, thought I'd share a snippet of code I wro...
# multiplatform
a
Hey all, thought I'd share a snippet of code I wrote. Even with the 1.6.0 update using resources across module doesn't work, so I've got a system that works on a multi-module project. I put all my resources in the "Shared" module, which is the top module of the app & is what iOS connects to. It also is the parent to all screens, business logic modules, so on. But down in a low-level "resources" directory, I have this snippet.