Asynchronous Error Handling with Result
Handling errors in swift is fairly straighforward. Let say we have an artist:
Handling errors in swift is fairly straighforward. Let say we have an artist:
For many years of iOS development each team I have worked with has adobted a style guide usually based off of Apple’s Cocoa Coding Guidelines. Every team ha...
About the time I got into iOS development I also started listening to podcasts. There are many great podcasts out there but for an Apple developer there are ...
A topic came up on the accidental tech podcast about gaming, what the average age of a “gamer” is, does one grow out of it? and gaming being a rich experienc...
Simple text editor paradigm, user selects a font from a menu/list and you want to know if they have a bold font or not, so you can show them in the UI. Simpl...