pendant.kstudio-pendant.hashnode.dev·Nov 12, 2024[TIL/Swift] Text가 전체 width 차지하도록 만들기Text가 전체 width 영역을 차지하도록 만들기 Text()가 VStack() 내에서 전체 영역을 차지하도록 하기 위해 다음과 같이 HStack()을 활용했다. import SwiftUI struct SignUpTitleText: View { let title: String var body: some View { HStack { Text(title) .font...TILiOSAdd a thoughtful commentNo comments yetBe the first to start the conversation.