2015-10-22 42 views

回答

0

在每次更改光標後,我最終重新設置了typingAttributes。我沒有發現任何情況下,這不能如預期的那樣工作。

extension ViewController: UITextViewDelegate { 
    func textViewDidChangeSelection(textView: UITextView) { 
     textView.typingAttributes = defaultAttributes 
    } 
}