Problem I put together an asynchronous map function for Swift’s Array using Grand Central Dispatch. It’s called with a transform […]

Problem I run into issues where I forget to run UI changes on the main thread. I’ve just fixed an […]