Login
From:
Loopwerk
(Uncensored)
subscribe
Exploring two-way databinding solutions in UIKit
https://www.loopwerk.io/articles/2020/two-way-databinding-uikit/
links
backlinks
Roast topics
Find topics
Find it!
With SwiftUI we have the @Binding property wrapper that makes it really easy to create a two-way databinding between a form field and a model, but in the UIKit world it's slightly less easy. Let's explore some solutions.