-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
UITextViewDelegate allows you to control whether the user's edits take effect through textView(_:shouldChangeTextIn:replacementText:). I can find no replacement for TwitterTextEditor. The closest I can find is TextEditorViewEditingContentDelegate's textEditorView(_:updateEditingContent) method, but returning nil from that method doesn't seem to have the affect I want (not applying the change). It seems like I should be able to create my own editing content, but there are no types which publicly conform to TextEditorViewEditingContent. Am I supposed to create my own conforming type? In any case, it seems like this functionality should be simpler.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested