2009-12-01 8 views

Répondre

1

Qu'en est l'ajout d'un bouton, puis:

- (IBAction)clearField:(id)sender 
{ 
    textView.text = @""; // textView is of type UITextView 
} 
Questions connexes