I have a UITextField similar to the one in Google Maps’ direction view. I want to be able to group the text text “Current Location” so that the user can remove it by pressing just a backspace. Is there any public API for doing so?
Regards,
Ashish.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. The control that looks kind of like a UITextField in the Google Maps direction view is not a UITextField, it is a custom control. Or, it is not a UITextField alone, but a clever overlaying of UILabels, UIImages, etc. on top of a UITextField. You don’t get all that functionality with the vanilla UITextField.