Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 582 Bytes

File metadata and controls

5 lines (4 loc) · 582 Bytes

This directory contains code from Point-Free Episode: Modern UIKit: Tree-based Navigation

While SwiftUI bindings were almost the perfect tool for UIKit navigation, they unfortunately hide some crucial information that we need to build out our tools. But never fear, we can rebuild them from scratch! Let’s build @Binding and @Bindable from scratch to see how they work, and we will use them to drive concise, tree-based navigation using enums.