SwiftUI TextEditor直接设置background无效,怎么办?
需先设置.scrollContentBackground(.hidden),然后再设置background,示例如下:
TextEditor(text: $detail)
.padding()
.scrollContentBackground(.hidden)
.background(Color.gray.opacity(0.06))
.border(theme.themeColor, width: 0.38)
© 版权声明
特别提醒: 内容为用户自行发布,如有侵权,请联系我们管理员删除,邮箱:mail@xieniao.com ,在收到您的邮件后我们会在3个工作日内处理。
相关文章
暂无评论...