Concurrency is an issue that comes up over and over in mobile development. iOS has threads, locks, run loops, callbacks, delegates, Grand Central Dispatch— a gallimaufry of ways to specify what should happen at some point in the future. Swift has closures, which can be called at some point in the future by any other ...
Read MoreWolfCore for Swift: The Master’s Workshop
WolfCore is a library of conveniences for constructing Swift applications in iOS, tvOS, MacOS, WatchOS, and Linux. WolfCore is maintained by me. You can find WolfCore at GitHub. The following is my manifesto. The Master and the Mentor I am an iOS software developer, and I am a master at what I do. I am ...
Read More