公共组件汇总

公共组件使用方法


datePicker样式8-Qin

<h1>样式展示</h1> <p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/b2e4fb2b451d283b92aeb4be2452eb38?showdoc=.jpg" alt="" /></p> <h1>控件代码参数说明</h1> <p>//beginTime 开始时间 -(instancetype)initWithBeginTime:(NSString *)beginTime;</p> <h1>代码引用</h1> <pre><code> LLUikit_SelectBeginAndEndTimeCenterView *searchHistoryTimeView = [[LLUikit_SelectBeginAndEndTimeCenterView alloc]initWithBeginTime:@"2017.01.01"]; searchHistoryTimeView.titleLabel.text = @"时间选择控件"; searchHistoryTimeView.selectYearResultBlock = ^(NSString *beginTime, NSString *endTime) { }; [self presentViewController:searchHistoryTimeView animated:YES completion:nil]; </code></pre> <h1>代码使用样例</h1>

页面列表

ITEM_HTML