Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RENumberItem format don't work #265

Open
Foxy79 opened this issue Jul 4, 2016 · 0 comments
Open

RENumberItem format don't work #265

Foxy79 opened this issue Jul 4, 2016 · 0 comments

Comments

@Foxy79
Copy link

Foxy79 commented Jul 4, 2016

Sample:

@Property (strong, readwrite, nonatomic) RENumberItem *phoneItem;
.....

self.phoneItem = [RENumberItem itemWithTitle:@"Телефон" value:phoneNumber placeholder:@"(123) 456-7890" format:@"(XXX) XXX-XXXX"];
self.phoneItem.onEndEditing = ^(RENumberItem *item){
if ([item.value length]==10) {

    }

};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant