CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

LN_TouchIDHelper 1.0.1

LN_TouchIDHelper 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2017

Maintained by LionNeo.



  • By
  • Lion_Neo

使用方法非常简单

导入

#import "LN_TouchIDHelper.h"

    [LN_TouchIDHelper LN_ShowTouchIDWithDescription:@"指纹解锁" 
    CancelTitle:@"取消" FallbackTitle:@"输入" 
    CompleteBlock:^(LN_TouchIDState state, NSError * _Nullable error) {
        NSLog(@"%ld",state);
    }];
    
    

提示请在真机上测试