How To Align Placeholder Text Swftui

[Solved] How To Align Placeholder Text Swftui | Swift - Code Explorer | yomemimo.com
Question : how to align placeholder text swftui

Answered by : quaint-quail-rblyi6q3wthz

 TextField("Enter Your Email", text: self.$username) .multilineTextAlignment(TextAlignment.center)

Source : https://stackoverflow.com/questions/59151543/how-can-i-center-a-placeholder-text-in-a-textfield | Last Update : Tue, 09 Feb 21

Answers related to how to align placeholder text swftui

Code Explorer Popular Question For Swift