display,newText is for displaying text, not editing it, right?
I want to display a list of URLs (up to about 7 of them), one per line (one per field).
If the user taps on a URL, I want to load/play it.
If the user taps on ‘Edit’, and then taps on a URL, I want to let them edit it, including tapping from URL to URL to URL to edit as they please (until they tap outside a text box, or on “Back” ).
If the user taps on an empty/blank URL (without tapping ‘Edit’ first), I’d like to fall into edit mode.
I.e., I want to minimize taps, and maximize friendliness.
That means, at least at first glance, it would be convenient to have a textfield (or box), not a newText.
Hope that helps explain my goal!
(Sure, I could have two button by each URL: play and edit … but a small button is much harder to hit for a finger
than a large URL text field is … and that implies a modal approach.)