SetTextIsSelectable: Allows you to set a Labels Text to Selectable(see picture below) so the user can Copy the Text from the Label.
If selectAllOnFocus = true, all of the Label’s Text will be highlighted.
If selectAllOnFocus = false, only the word that was selected will be highlighted.
SetHighlightColor: Allows you to set the highlight color for the selected text.
SetLineSpacing: Allows you to set the space between lines. Standard is 1.
Hi. Thanks for fast reply… Yah it may works if there some kind of selector (maybe a * ) … otherwise as you show on image need to list all labels… Imagine i want 100 labels each with different names…well i will give it a try.
Without a list of Labels, I’d need to search each screen for Labels. This would be very time consuming and freeze the app until the search finished. In other words, a list of Labels is the best possible way.
Hi @Ken,
I found this extension amazing.
But I think adding the color property to the select points in SetHighlightColor will help more.
The HighlightColor and the Drag Select point is not matching one another more times.
I mean:
So that we can choose required color for both Highlight and thumb color which matches the background.
I am not a extension developer. just a user.
Thank You.