본문 바로가기
1 - iOS

[iOS/Swift] iOS 16 List, TextEditor background color hidden

by seonshine-bibi 2023. 1. 9.
반응형


iOS 16부터 갑자기 List 등에서 background color가 하얗게 나와서 찾아보니
iOS 16부터는 아래 링크처럼 설정해주어야 한다고 한다.



How to change the background color of List, TextEditor, and more

https://www.hackingwithswift.com/quick-start/swiftui/how-to-change-the-background-color-of-list-texteditor-and-more

 

How to change the background color of List, TextEditor, and more - a free SwiftUI by Example tutorial

Was this page useful? Let us know! 1 2 3 4 5

www.hackingwithswift.com






이렇게 써서 extension으로 편하게 적용해서 쓰는 중이다.

반응형