Use SwiftUI Syntax For Any UIView
Daily Coding Tip 055

There are many ways to use UIViewRepresentable to try and make UIKit work well with SwiftUI.
One way was made public by Antoine van der Lee, and I found it interesting because it allows the use of keypaths to set properties of the underlying UIView. This is made possible by a library called SwiftUIKitView, which is …


