ViewModifier ✅ 공식문서 https://developer.apple.com/documentation/swiftui/viewmodifier Apple Developer Documentation developer.apple.com ✅ 공석문서의 일부 ✅ 이를 통해서 중복되는 코드를 쉽게 줄일 수 있습니다. import SwiftUI struct ContentView: View { var body: some View { VStack(spacing: 50){ Text("Hello, world!") .modifier(MyRoundedText()) // modifier를 활용 Text("Hello, world!") .myRoundedTextStyle() Image(systemName: "pencil") ..