摘要:
[_yourTextField addTarget:self action:@selector(eventEditingChange:) forControlEvents:UIControlEventEditingChanged];-(void)eventEditingChange:(UITextF... 阅读全文
摘要:
//还可以输入的长度。- (void)textViewDidChange:(UITextView *)textView{ UITextRange *markRange = textView.markedTextRange; int pos = [textView offsetFromPo... 阅读全文
摘要:
#import #import typedef void (^block)(void);@interface FunctionRunTime : NSObject+ (CGFloat)runTimeBlock:(block)block;@end#import "FunctionRunTime.h"@... 阅读全文