씬디의 블로그
[SwiftUI] NavigationStack ToolbarItem 색상 변경 본문
SwiftUI
NavigationView 안에 있는 ToolbarItem 색상을 변경하고싶다
.accentColor(.Primary)
위와 같이 NavigationStack 끝나는 괄호 뒤에
accentColor를 지정해주면 된다
'App > SwiftUI' 카테고리의 다른 글
[SwiftUI] ViewModifier (0) | 2024.05.21 |
---|---|
[SwiftUI] Textfield Enter Action (0) | 2023.11.30 |
[SwiftUI] ScrollView에서 스크롤바(indicator) 숨기기 (0) | 2023.11.30 |