Skip to content

nodrift/TouchIDdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TouchIDdemo

适用于ios8以上 [[TouchIDManager sharedManager] showTouchIDWithDescribe:nil viewController:self block:^(TouchIDState state, NSError *error) { if(state == TDTouchIDStateSuccess){ //成功 }else if (state == TDTouchIDStateInputPassword){ //使用密码 主线程 } //其他alert显示 或者 cancel不作为 }];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors