SwiftUI

Using SwiftUI TextEditor for Multiline Text Input


The first version of SwiftUI doesn’t come with a native UI component for multiline text field. For multiline input, you can wrap a UITextView from the UIKit framework and make it available to your SwiftUI project by...