Cola

Results 10 issues of Cola

如下使用方法 更新数据 aa_onlyRefreshTheChartDataWithChartModelSeries报错 ```swift let chartModel1 = AAChartModel() .chartType(.spline)//图表类型 .title("交易走势图")//图表主标题 .subtitle("2020年09月18日")//图表副标题 .inverted(false)//是否翻转图形 .yAxisTitle("交易额")// Y 轴标题 .legendEnabled(true)//是否启用图表的图例(图表底部的可点击的小圆点) .tooltipValueSuffix("元")//浮动提示框单位后缀 .yAxisVisible(true) .dataLabelsEnabled(true) .categories(["Jan", "Feb", "Mar", "Apr", "May","Jan", "Feb", "Mar", "Apr", "May"]) .colorsTheme(["#0730BE","#7dffc0"])//主题颜色数组 .series([...

SVProgressHUD.showInfo(status)。 after 2s dismiss。 but after 1s,I want to show()。no status。 then after 1s SVProgressHUD.show() dismiss. I dont want it dismiss. How should I do it func ``` func showHUD(_...

stale

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [ ] I have looked at the [Documentation](http://snapkit.io/docs)...

步骤条当前步骤 间距大 ![image](https://user-images.githubusercontent.com/12879534/160541384-0396fe46-f74d-4c10-9f5c-4009c19db368.png)

van-cell value 如果是英文 或 数字 不自动换行 ![image](https://user-images.githubusercontent.com/12879534/164592771-b2fd4c2b-757e-452d-9883-a5195cf71bd4.png)

Stepper的input会穿透弹窗浮层。怎么修改呢。

返回上个界面 viewDidAppear 不执行

![image](https://user-images.githubusercontent.com/12879534/46256233-79ca0f00-c4da-11e8-96ec-870a56e95d38.png) pickerview的高度与底部视图的高度一样活着小的话 会多出一行。出现数组越界

照片从iCloud下载,怎么展示下载进度???

如果图片需要在iCloud上下载。我添加了一个loading转圈圈,但是没有效果。代码如下 ``` imagePickTool.cl_setupImagePickerWith(MaxImagesCount: 1,superVC: self) { (asset,cutImage) in CLImagePickerTool.convertAssetArrToOriginImage(assetArr: asset, scale: 1) { (image,assetItem) in showHUD() let photoView = AlbumViewController() photoView.modalPresentationStyle = .fullScreen photoView.newImg.image = image photoView.des = "确保证件完全放置在方框内,且文字清晰可读,否则将影响识别结果" photoView.takePhotoClouseType...