带提示(hint)的多行文本输入--UITextView
- (void) viewDidLoad { //... comments.text = @"请输入:"; comments.textColor = [UIColor lightGrayColor]; isEmpty = YES; //...}- (BOOL)textViewShouldBeginEditing:(UITextView*)textView { i