I have a text field that is editable by the user and it contains some example text saying "Tap here to enter details". I would like the text box to clear when the user taps it so that the user does not have to delete my example before inputting their message. Is there an easy way of doing this. The only thing I can think of is to make a separate view controller that it links to when the text box is touched buut this seems an awful way round something which I would have thought is rather simple. All help greatly appreciated.
Thank you in advanced.