swift (2)

Here are the 5 things from WWDC that impressed me the most

This last week was WWDC. A conference for software developers building on the range of Apple's platforms. I have been watching WWDC for several years now, and this one did not disappoint. Here are m... Keep Reading

#swift#apple#wwdc#swift ui#ios#iphone#mac#arkit

An explanation of a memoization implementation in swift

I've been learning swift lately in my IOS class and was introduced to closures. After working on the [memoize]blog/memoize) code in javascript a few days ago I realized that I could implement a simi... Keep Reading

#swift#ios#apple