TwitterTextEditor icon indicating copy to clipboard operation
TwitterTextEditor copied to clipboard

A standalone, flexible API that provides a full-featured rich text editor for iOS applications.

Results 12 TwitterTextEditor issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

This library was just released and while it looks interesting, many people are currently in the process of switching to SwiftUI and figuring out how things should/could be done in...

enhancement

**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,...

question

I'm looking to interact with `UITextViewDelegate` method `func textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool`. Specifically say there's highlighted text such as a mention...

enhancement

Hello Twitter folks, What's your take on making this library platform-independent? Specifically, it now relies on UIKit which prevents it from being used on macOS. Is supporting macOS on the...

question

How do I add a custom view

question

I was adding image attachments with NSTextAttachment in my custom textView.(Like below) ` let textAttachment = NSTextAttachment() textAttachment.bounds = CGRect(x: 0, y: (textView.font!.capHeight - image.size.height).rounded() / 2, width: image.size.width, height:...

question

Describe the details of the issue. **Steps to reproduce the behavior** - List all relevant brrnfnfnfbf fbfbfbfbdndndnfnfnfjfjffnfmsteps to reproduce the observed behavior. **Expected behavior** As concisely as possible, describe the...

Hello, we paste 1500 character and again paste same number of character. Can we discard last paste characters? Thanks in adavnce.