Swift SwiftUI 修改 List 背景颜色

Preview:

Swift SwiftUI 修改 List 背景颜色_第1张图片


Code:

.listRowBackground(Color(.yellow))
.scrollContentBackground(.hidden)
.background(.linearGradient(colors: [.white, .accentColor], startPoint: .top, endPoint: .bottom))


喜欢或对你有帮助,点个赞吧,自己先点个嘿嘿。
有错误或者疑问还请评论指出。
我的个人网站 点击访问 hongweizhu.com。

END

你可能感兴趣的:(SwiftUI,Swift,提升体验,swiftui,ios,swift)