caption should not be selectable/editable

pull/1/head
Michael Kirk 7 years ago
parent 43489a6551
commit 78b1c9a8b9

@ -764,6 +764,8 @@ class CaptionView: UIView {
textView.font = UIFont.ows_dynamicTypeBody textView.font = UIFont.ows_dynamicTypeBody
textView.textColor = .white textView.textColor = .white
textView.backgroundColor = .clear textView.backgroundColor = .clear
textView.isEditable = false
textView.isSelectable = false
return textView return textView
}() }()

Loading…
Cancel
Save