标签:des class blog code tar ext
- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text这个代理方法就可以了。
具体实现如下:
(1) _label1 是加在UITextView上的UILabel
(2) [text isEqualToString:@""] 表示输入的是退格键
(3) range.location == 0 && range.length == 1 表示输入的是第一个字符
效果如下:
IOS UITextView加上placeholder,布布扣,bubuko.com
标签:des class blog code tar ext
原文地址:http://www.cnblogs.com/longyun/p/3706069.html