I\'d like to place some fixed text inside an UITextField, but before the insert point, sort of like this:
...where \"towaards\"
I don't think you can put noneditable and editable text in the same UITextField.
What about putting a UILabel with the noneditable text right beside the UITextField ?