获取验证码样式--Qin
<h1>样式展示</h1>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/08f9fc3f9f298256c34f4f6a87557f98?showdoc=.jpg" alt="" /></p>
<h1>控件代码参数说明</h1>
<h1>代码引用</h1>
<pre><code>LLUIKit_WithTextInputAlerView.swift</code></pre>
<pre><code> let getVerificationCodeView = LLUIKit_GetVerificationCodeView.init(frame: CGRect.init(x: 0, y: 100, width: UIScreen.main.bounds.size.width, height: 50))
getVerificationCodeView.backgroundColor = UIColor.white
getVerificationCodeView.textFieldContentChangeBlock = {/*输入监控回调*/
content in/*content为回传参数*/
print("=====" + content)
}
getVerificationCodeView.verificationCodeButtonActionBlock = {/*请求网络获取短信成功之后*/
return false
}
self.view .addSubview(getVerificationCodeView)</code></pre>
<pre><code></code></pre>
<h1>代码使用样例</h1>