Skip to content

tinyxx/TYGridPassWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CocoaPods Compatible Carthage Compatible Platform License

TYGridPassWord

A iOS7 Style Grid PassWord View by Objective-C

TYGridPassWord

Requirements

iOS8 or higher

Installations

CocoaPods:

pod 'TYGridPassWord'

Carthage:

github "tinyxx/TYGridPassWord"

Usage

It is quite easy to use:

TYGridPassWordView *gridPassWordView = [[TYGridPassWordView alloc] init];
gridPassWordView.delegate = delegateObj;
[superView addSubView:gridPassWordView];

TYGridPassWordViewDelegate:

- (BOOL)gridPassWordViewCapturePassWord:(NSString *)passWord
{
    if ([passWord isEqualToString:PassWordUserSetBefore])
    {
        return YES;
    }
    return NO;
}

For more infomation, please check the demo project, Thanks!

License

MIT LICENSE

About

A iOS7 Style Grid PassWord View by Objective-C

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors