Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

how to style textfield swiftui

TextField("Enter some text", text: $yourBindingHere)
    .textFieldStyle(RoundedBorderTextFieldStyle())
Source by www.hackingwithswift.com #
 
PREVIOUS NEXT
Tagged: #style #textfield #swiftui
ADD COMMENT
Topic
Name
3+5 =