I've implemented Custom Keyboard Extension in my app, and have a UITableView in it. When I click on the cell of the UITableView which has a text label, I want the text to be able to Auto Send (some apps support AutoSend i.e. SnapChat, Tiktok, Safari).
I searched through UITextDocumentProxy, but wasn't able to achieve the above scenario.
Thanks in advance!