在输入东西的时候,如果想限制最大字数,可以用下面方法:
- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string- (BOOL)textField
在输入东西的时候,如果想限制最大字数,可以用下面方法:
- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string- (BOOL)textField