摘要: [_yourTextField addTarget:self action:@selector(eventEditingChange:) forControlEvents:UIControlEventEditingChanged];-(void)eventEditingChange:(UITextF... 阅读全文
posted @ 2014-10-24 13:29 菜鸟程序猿 阅读(187) 评论(0) 推荐(0) 编辑
摘要: //还可以输入的长度。- (void)textViewDidChange:(UITextView *)textView{ UITextRange *markRange = textView.markedTextRange; int pos = [textView offsetFromPo... 阅读全文
posted @ 2014-10-24 13:27 菜鸟程序猿 阅读(471) 评论(0) 推荐(0) 编辑
摘要: #import #import typedef void (^block)(void);@interface FunctionRunTime : NSObject+ (CGFloat)runTimeBlock:(block)block;@end#import "FunctionRunTime.h"@... 阅读全文
posted @ 2014-10-24 13:25 菜鸟程序猿 阅读(1488) 评论(0) 推荐(0) 编辑