TextEditor(text: $msg)
.overlay {
if msg == "" {
HStack{
Text("write message")
.foregroundStyle(Color.secondary)
Spacer()
}.padding(.horizontal)
}
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: