how to get a UITextView to Clear like a UITextField does -
Trying to get IITextView to clean UITextField to clear like IITextField I send a lot of things like email or tweet with multiple lines of text; Any code will be very much thank you very much
About adding a button and then:
- (IBAction) Clearfield: (ID) sender {textView.text = @ ""; // TextView Type UITextView}