Among the many properties of the Text view, I couldn\'t find any related to text alignment. I\'ve seen in a demo that it automatically handles RTL, and when pla
Text
You can do this via the modifier .multilineTextAlignment(.center).
.multilineTextAlignment(.center)
Apple Documentation