标签: ios iphone xcode uitextview ios10
我正在尝试添加图片作为UITextview的背景
textView.backgroundColor = UIColor(patternImage: UIImage(named: "Background")!)
输出是: -
Textview不显示单张图片?
答案 0 :(得分:1)
您需要在layer的{{1}}中设置图片,而不是使用textView设置backgroundColor。所以这样设置图像。
layer
textView
backgroundColor
UIColor(patternImage:)