Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuke3 committed Apr 9, 2018
1 parent 3b5fa8e commit 19c788d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ platform :ios, '7.0'
// sdk调用
self.manager = [NTESVerifyCodeManager sharedInstance];
self.manager.delegate = self;
// 设置语言
self.manager.lang = NTESVerifyCodeLangCN;
// 设置透明度
self.manager.alpha = 0.7;
Expand Down Expand Up @@ -176,7 +179,17 @@ platform :ios, '7.0'
* @说明 范围:0~1,0表示全透明,1表示不透明。默认值:0.8
*/
@property(nonatomic) CGFloat alpha;
-


/**
* @abstract 验证码语言选项
*
* @说明 验证码枚举类型NTESVerifyCodeLang,NTESVerifyCodeLangCN表示中文,NTESVerifyCodeLangCN表示英文
* 不传默认中文。
*/
@property(nonatomic) NTESVerifyCodeLang lang;

* 2、单例

/**
Expand Down

0 comments on commit 19c788d

Please sign in to comment.