0
我有一個TextView如下圖所示無法滾動TextView的斯威夫特
我不能滾動文本視圖,我加入UITextViewDelegate
在UIViewController
類以及設置isUserInteractionEnabled
財產textViewDidBeginEditing
func textViewDidBeginEditing(_ textView: UITextView) {
textView.backgroundColor = UIColor.lightGray
textView.isEditable = false
textView.isUserInteractionEnabled = true
textView.isScrollEnabled = true
}
我需要做什麼?
而且,滾動在屬性檢查器中啓用