Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Last active December 8, 2015 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetguruGist/8cadb245cab8e4b8cc9a to your computer and use it in GitHub Desktop.
Save NetguruGist/8cadb245cab8e4b8cc9a to your computer and use it in GitHub Desktop.
validator5 objectivec
- (NSDictionary *)validationErrorMessagesByPropertyKey {
return @{@"password" :
@{MSGTooShort : @"Password should have at least 5 signs."}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment