Skip to content

Implement TextView

Choose a tag to compare

@MihaelIsaev MihaelIsaev released this 09 Feb 12:42
· 288 commits to master since this release
@State var text = ""

TextView($text)
    .tag(0)
    .background(.purple)
    .color(.white)
    .tint(.red)
    .placeholder("Placeholder title")
    .corners(4)
    .inputAccessoryView { SomeAccessoryView() }
    .height(88)