This WWDC19 talk covers a lot of interesting ground such as SwiftUI, Combine, and RealityKit. And a good intro to Property Wrappers around 23:20. π€
Category: Software Dev
The Mother of All Feature Flagging Systems for iOS
The mother of all to iOS feature flag frameworks from JustEat engineering, including support for multiple remote providers such as Optimizely and Firebase Remote Config.
π A Smart Feature Flagging System for iOS
Via iOS Dev Weekly.

WeTransfer/Diagnostics
This Swift library makes it easy to get diagnostics info such as app metadata, logs, and UserDefaults back from users. It composes an email for them to send to you support team. π€βοΈ
π WeTransfer/Diagnostics on GitHub

Via iOS Dev Weekly.
Alley: Automatic Retries for URLSessionDataTask
Itβs not yet another networking library.
A minimalist Swift “micro-wrapper” on top of URLSession to handle retries. Remember, these days URLSession is very good, and we may not want to use a full-fledged third-party networking library. Via iOS Dev Weekly.
Dealing with Massive View Models using MVVM on iOS
This article helps you break down not the usual Massive View Controllers, but Massive View Models in the MVVM architecture.
π Dealing with Massive View Models using MVVM on iOS
Summary:
- Sub View Models
- Dependency injection
- Actions
- Coordinators

