弹框modal样式3--Qin
<h1>样式展示</h1>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/8a35a1a94de4e06849b546f4e05f2237?showdoc=.jpg" alt="" /></p>
<h1>控件代码参数说明</h1>
<pre><code>LLUIKit_WithTextInputAlerView.swift</code></pre>
<h1>代码引用</h1>
<pre><code>LLUIKit_WithTextInputAlertView*textInputAlerView = [[LLUIKit_WithTextInputAlertView alloc]initWithTitle:@"标题" assistTitle:@"辅助标题" placeholderString:@"请输入信息" moneyCount:@"200"];
textInputAlerView.sureButtonBlock = ^(id _Nonnull content) {
NSLog(@"%@-----",content);
};
[self presentViewController:textInputAlerView animated:YES completion:nil];</code></pre>
<h1>代码使用样例</h1>