TwitterTextEditor
TwitterTextEditor copied to clipboard
How do I add a custom view
How do I add a custom view
Hi, @lczalh. To answer your question, could you elaborate a little more about what you meant by “custom view”?
Hello! I want to insert a custom view of an image, button, etc into the input box
I see. In hat case, you can add such subviews using textContentView.
TextEditorView contains UITextView and it may have a few subviews, therefore textContentView is the best for adding your custom subviews.