Horje
center text swiftui Code Example
center text swiftui
.multilineTextAlignment(.center)
center a text in swiftui
.multilineTextAlignment(.center)
//From SwiftUI beta 3 forward, you can center a text view with the frame modifier:
Text("Centered")
    .frame(maxWidth: .infinity, alignment: .center)




1

Related
add corner radius to uiview swift Code Example add corner radius to uiview swift Code Example
date formatter swift Code Example date formatter swift Code Example
swift array to string Code Example swift array to string Code Example
swift convert dictionary to json Code Example swift convert dictionary to json Code Example
swift how to sort array Code Example swift how to sort array Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10