Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 473 Bytes

File metadata and controls

6 lines (4 loc) · 473 Bytes

This directory contains code from Point-Free Episode: Modern UIKit: Observation

It’s time to build modern tools for UIKit from scratch, heavily inspired by SwiftUI and using the Observation framework. Surprisingly, Swift 5.9’s observation tools can be used in UIKit, and in fact they work great, despite being specifically tuned for SwiftUI.