TextEditor は表示できています。
swift
1TextEditor(text: $text).frame(width: 200, height: 300)
TextEditorに.background(.red)を付けてみました。
Xcode 14.2
0 コメント