Estoy tratando de descubrir cómo hacer que el tamaño de UITextView dependa de su contenido en SwiftUI. Envolví el UITextView de la UIViewRepresentablesiguiente manera: struct TextView: UIViewRepresentable { @Binding var showActionSheet: Bool func makeCoordinator() -> Coordinator {...