Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 461 Bytes

PasswordStrength

Usage

-(NSNumber *)strengthForPassword:(NSString *)password;

This will return a NSNumber float value of 0 to 1

-(UIColor *)strengthColorForPassword:(NSString *)password;

This willr return a conrisponding colour for use in progress bars

Installation

pod "PasswordStrength"

Author

Matthew Ellis, [email protected]

License

PasswordStrength is available under the MIT license. See the LICENSE file for more info.