Solution 1:
A frame alignment is for entire view (which is square), you need multi-line text alignment, like
Text(titleSring)
.multilineTextAlignment(.leading)
A frame alignment is for entire view (which is square), you need multi-line text alignment, like
Text(titleSring)
.multilineTextAlignment(.leading)