When I make a text field first responder it deletes my default text. I want this text to stay until the user enters something.
The end result that I am looking for is that I want the keyboard to appear on the screen and default instructions to still appear until user clicks a button on the keyboard... at which time it should clear default text.
I tried making the textfield first responder when the view loads... this allows me to show the keyboard... but it clears out my instructional text.