Skip to content

Implement TextView

Compare
Choose a tag to compare
@MihaelIsaev MihaelIsaev released this 09 Feb 12:42
· 284 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)