VMaskTextField icon indicating copy to clipboard operation
VMaskTextField copied to clipboard

Error range, shouldChangeCharactersInRange

Open popularizan opened this issue 7 years ago • 0 comments

  • (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { return [_txtPass shouldChangeTextInRange:range replacementText: string]; }

Error range, 'Sending NSRange (aka 'struct_NSRange') to parameter of incompatible type 'UITextRange * _Nonnull'

popularizan avatar Jul 09 '17 15:07 popularizan