I love this idea. Finally an elegant way to wrap UserDefaults in Swift.
👉 Create the Perfect UserDefaults Wrapper Using Property Wrapper

I love this idea. Finally an elegant way to wrap UserDefaults in Swift.
👉 Create the Perfect UserDefaults Wrapper Using Property Wrapper

This is a great overview of threading / Grand Central Dispatch / operations queues in iOS.
Concurrency iOS: All things async

I love that ReactiveX supports the same reactive paradigm across so many languages, especially Swift (also Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, ..).
👉 ReactiveX – An API for asynchronous programming with observable streams
ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming

And don’t forget RXMarbles for some experimenting with Rx.
This is a really helpful Swift best-practices guide. It’s more than a style guide. It’s more of a design guide.
👉 Lickability Swift Best Practices Guide
This even came with a little context in the form of a Medium post. Via iOS Dev Weekly.
Interesting… here’s a cross-platform Swift IDE for iOS and Android.
👉 Scade
Looks promising if you want to write your app in Swift but have to make an Android app too. Or already have a Swift-based iOS app and need to port to Android.
