- (BOOL)textViewShouldBeginEditing:(UITextView *)textView { return NO; }
textView.editable = NO;
TextView设置成仅仅读
原文:http://www.cnblogs.com/cxchanpin/p/7147234.html