func transformed()

in Sources/TwitterTextEditor/TextEditorView.swift [250:268]


    func transformed(to string: String)
    /**
     The paste observer has not transformed and the other transforms are needed.

     Same as `UITextPasteItem.setDefaultResult()`

     - SeeAlso:
       - `UITextPasteItem.setDefaultResult()`
     */
    func noTransform()
}

/**
 A protocol to observe the text editor view for pasting or dropping items of specific type identifiers.

 - SeeAlso:
   - `TextEditorView.pasteObservers`
 */
public protocol TextEditorViewPasteObserver: AnyObject {