transparent UITextView

后端 未结 7 1835
长情又很酷
长情又很酷 2021-02-04 02:49

How do I make a UITextView transparent? I built the view in Interface Builder and placed a UITextView into it and it covers the background.

Any ideas?

相关标签:
7条回答
  • 2021-02-04 03:55

    for Swift 4

    textView.backgroundColor = UIColor.clear
    
    0 讨论(0)
提交回复
热议问题