I am developing an application with SwiftUI where i would like to insert an option in the menu that appears when text is selected, it was a custom item for this menu.
I want to know if it was possible to make this feature. thanks
Copyright © 2021 Jogjafile Inc.
You need to use canPerformAction
for example if you only want to keep "copy", "Select all" and add the "comment" button