UITextView在ios中添加背景图像

时间:2017-01-12 07:07:33

标签: ios iphone xcode uitextview ios10

我正在尝试添加图片作为UITextview的背景

 textView.backgroundColor = UIColor(patternImage: UIImage(named: "Background")!)

输出是: -

enter image description here

Textview不显示单张图片?

1 个答案:

答案 0 :(得分:1)

您需要在layer的{​​{1}}中设置图片,而不是使用textView设置backgroundColor。所以这样设置图像。

UIColor(patternImage:)