Making a SwiftUI Text fill the frame. Nov 21, 2020. Text("Welcome") .font(.largeTitle) .frame(maxWidth: .infinity, maxHeight: .infinity)
確定! 回上一頁