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 …
Keep reading with a 7-day free trial
Subscribe to Type Safely to keep reading this post and get 7 days of free access to the full post archives.

