Skip to content

AustinAmoruso/UIValidatorManager

Repository files navigation

UIValidatorManager

Please create your own uihelper flashcell and stopflashcell methods. I have left these out to allow you to determine the kick back to the user.

Useage

[self.puvm createValidator:self.pName flash:self.pNameCell rule:^{return (bool)(self.pName.text.length > 3);}];

-(BOOL)valid { [self.puvm setEnableed:true]; return [self.puvm isValid]; }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published