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

Story board no popups #41

Open
rodriguise opened this issue May 23, 2014 · 0 comments
Open

Story board no popups #41

rodriguise opened this issue May 23, 2014 · 0 comments
Labels

Comments

@rodriguise
Copy link

I am trying to use this control and everything works fine accept the block setDidChangeValidState is never called and I don't get the snazzy popups on my textfields. Is there sometime additional I need to do?

_validator = [[US2Validator alloc] init];
[_validator addCondition: [US2ConditionPresent condition]];

_username.validator = _validator;
_username.delegate = self;
_username.validateOnFocusLossOnly = YES;

_password.secureTextEntry = YES;
_password.validator = _validator;
_password.delegate = self;
_password.validateOnFocusLossOnly = YES;

_form = [[US2ValidatorForm alloc] init];

[_form addValidatable: _username];
[_form addValidatable: _password];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants