I didn’t use Swift for Up Spell, my word game for iOS

I chose Objective-C to write the code for Up Spell, my word game for iOS. Find out why. More about Up Spell. https://upgames.dev Steve Jobs at 1997 WWDC. htt… Read more

Similar

AsyncOperation in Swift

A few days ago, I was working on an app for a client. With this app you can basically see a staff roster, that needs to be downloaded from a server. The REST-API is built that way, that the app has to talk to different endpoints to download all the... (more…)

Read more »

Swift 4 Weak References

Soon after Swift was initially open sourced, I wrote an article about how weak references are implemented. Time moves on and things change, and the implementation is different from what it once was. Today I'm going to talk about the current implementation... (more…)

Read more »