Lyn Teecoderlyn.hashnode.devยทSep 18, 2023Using `UIView` inside `SwiftUI: View`First: create a new view that adheres to UIViewRepresentable e.g. struct SwiftUIVersion: UIViewRepresentable This is the SwiftUI version of your UIView. Then, inside your original UIView, you need to add: override var intrinsicContentSize: C...SwiftUIAdd a thoughtful commentNo comments yetBe the first to start the conversation.