Toast样式3
<h1>样式展示</h1>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/af8937b2f82419ccffb268dceb37ee19?showdoc=.jpg" alt="" /></p>
<h1>控件代码参数说明</h1>
<p>/*
titleString 标题
contentString 内容
**/
@objc init(frame: CGRect, titleString: String, contentString: String)</p>
<h1>代码引用</h1>
<h1>代码使用样例</h1>
<pre><code> LLUIKit_SuccessResaultView *successView = [[LLUIKit_SuccessResaultView alloc]initWithFrame:CGRectMake(0, 0, LLCommon_SCREEN_Width, LLCommon_SCREEN_Height)titleString:@"支付成功!" contentString:@"我们将立即开始处理订单"];</code></pre>