公共组件汇总

公共组件使用方法


textView输入框带选选项

<h1>样式展示</h1> <p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/1b2556c07d6c43368994d75e63dfc28b?showdoc=.jpg" alt="" /></p> <h1>参数说明</h1> <p>/* 选择结果回调block *<em>/ @objc var selectResaultBlock: SELECTRESAULTBLOCK? /</em> dataArray传入数据源 maxCount 输入最大值 **/ @objc init(frame: CGRect, dataArray:NSMutableArray, maxCount:String)</p> <h1>使用样例</h1> <p>LLUIKit_SelectAndEnterCenterView <em>enter = [[LLUIKit_SelectAndEnterCenterView alloc]initWithFrame:CGRectMake(0, 0, LLCommon_SCREEN_Width, LLCommon_SCREEN_Height)dataArray:@[@&quot;带篷布&quot;,@&quot;请带胶带&quot;,@&quot;注意叠放&quot;,@&quot;轻拿轻放&quot;,@&quot;木板固定&quot;,@&quot;请带面单&quot;]maxCount:@&quot;110&quot;]; enter.selectResaultBlock = ^(NSMutableArray </em> _Nonnull selectResaultArr, NSString * _Nonnull resaultString) { NSLog(@&quot;%@%@&quot;, selectResaultArr,resaultString); };</p>

页面列表

ITEM_HTML