1 - iOS
[iOS/Swift] iOS 16 List, TextEditor background color hidden
seonshine-bibi
2023. 1. 9. 12:12
반응형
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
이렇게 써서 extension으로 편하게 적용해서 쓰는 중이다.
반응형