Making a SwiftUI Text fill the frame Nov 21, 2020 Text("Welcome") .font(.largeTitle) .frame(maxWidth: .infinity, maxHeight: .infinity)